System.ArgValues

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ArgValues: PPAnsiChar platform;

Properties

Type Visibility Source Unit Parent
variable public System.pas System System

Description

Represents the program arguments.

ArgValues represents the arguments passed to the program from the environment (the program name is included).

Note: ArgValues is not defined for Windows. See ParamStr.

See Also