System.AutoCmd.GetNamedParmName

From RAD Studio API Documentation
Jump to: navigation, search

C++

AnsiString        GetNamedParmName(const Byte idx) const;

Properties

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

Description

Returns the name of a named parameter value.

Call GetNamedParmName to determine the name of an argument that was assigned using the << operator.

The idx parameter is the index of the value in the AutoCmd object’s named parameter list, where 0 is the index of the first argument. Use the GetNamedArgCount method to obtain an upper limit of possible values.

See Also