CmdLine Property
      
 

Description

Holds command line of currently running exe.


Property type

A String value.  


Syntax

object.CmdLine [= value]



The CmdLine Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodAppUpdate.
value A String value.

Remarks

This property holds full path to a command line that is used to execute your main application. You can use it to add extra switches on startup, such as to show release notes for new versions.