RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AutoCmd::ClearArgs Method

Clears any assigned parameters.

Pascal
function ClearArgs: AutoCmd&;
C++
AutoCmd& ClearArgs();

Call System::AutoCmd::ClearArgs to remove all assigned parameter values (both named parameter values and values that were supplied by position). Once the existing values have been removed, new parameter values can be assigned using the << operator. 

 

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