RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
NamedParm Class

NamedParm represents a named parameter assigned to a TAutoCmd descendant.

Pascal
NamedParm = class;
C++
class NamedParm;

sysvari.h

The NamedParm class represents a named parameter that can be assigned as an argument to one of the AutoCmd descendants (PropertyGet, PropertySet, Procedure, or Function). 

NamedParm overloads the constructor to let you assign a variety of types as the value of the parameter. It also defines methods for retrieving the name, value, or type of the parameter. 

 

PropertyGet 

System::Function 

System::Procedure 

PropertySet 

System::AutoCmd

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