System.AutoCmd.GetNamedArgCount

From RAD Studio API Documentation
Jump to: navigation, search

C++

Byte              GetNamedArgCount() const;

Properties

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

Description

Returns the number of named arguments that have been assigned.

Call GetNamedArgCount to determine the number of named parameter values that have been assigned using the << operator. The values themselves can be retrieved using the GetNamedParm method, and the corresponding names--using the GetNamedParmName method.

See Also