RAD Studio VCL Reference
|
NamedParm represents a named parameter assigned to a TAutoCmd descendant.
NamedParm = class;
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.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|