System.AutoCmd.GetArgCount

From RAD Studio API Documentation
Jump to: navigation, search

C++

Byte              GetArgCount() const;

Properties

Type Visibility Source Unit Parent
function public sysvari.h System AutoCmd

Description

Returns the number of positional arguments that have been assigned.

Call GetArgCount to determine the number of parameter values that have been assigned using the << operator. The values themselves can be retrieved using the GetParm method.

See Also