RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AutoCmd::GetArgCount Method

Returns the number of positional arguments that have been assigned.

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

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

 

System::AutoCmd::operator_streaming 

System::AutoCmd::GetNamedArgCount 

System::AutoCmd::GetParm

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