System.ArgCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ArgCount: Integer platform;

Properties

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

Description

Represents the number of program arguments.

ArgCount represents the number of arguments passed to the program from the environment (the program name is included).

Note: ArgCount is not defined for Windows. See ParamCount.

See Also