RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AutoCmd::GetNamedArgCount Method

Returns the number of named arguments that have been assigned.

Pascal
function GetNamedArgCount: Byte;
C++
Byte GetNamedArgCount() const;

Call System::AutoCmd::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. 

 

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