Command Line Support Routines

From RAD Studio
Jump to: navigation, search

Go Up to API Categories Index

This topic lists the command-line support members.

Member Description

System.CmdLine

Points to the command-line arguments specified when the application is invoked.

System.SysUtils.FindCmdLineSwitch

Determines whether a string was passed as a command-line argument to the application.

System.ParamCount

Returns the number of parameters passed on the command line.

System.ParamStr

Returns a specified parameter from the command line.


See Also