RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AutoCmd::GetNamedArgType Method

Returns the type of a named parameter value.

Pascal
function GetNamedArgType(const idx: Byte): Integer;
C++
int GetNamedArgType(const Byte idx) const;

Call System::AutoCmd::GetNamedArgType to determine the type of an argument that was assigned using the << operator. 

The idx parameter is the index of the value in the System::AutoCmd::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. 

 

System::AutoCmd::operator_streaming 

System::AutoCmd::GetArgType 

System::AutoCmd::GetNamedParm 

System::AutoCmd::GetnamedArgCount 

System::AutoCmd::GetNamedParmName

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!