| Published on March 17, 2008 [12:28:42 AM] |
Browse class : Application|
Description A readonly property of type StringList that contains the list of commandline arguments passed to application on commandline (if any). Length of list can be obtained using sub property 'length' |
Remarks e.g. //get total number of args int totalArgs = Application.arguments.length; //access first argument [zero based index] String arg1 = Application.arguments[0]; |
| Visit www.radcpp.com for more help and updates. | Documentation created using FlaX.Doc |