| Published on March 09, 2007 [03:04:01 PM] |
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 |