RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
NamedParm::GetParm Method

Returns the value of the parameter.

Pascal
function GetParm: Variant;
C++
Variant GetParm() const;

Call GetParm to obtain the value that was assigned to the named parameter by the constructor. The value is always returned as a Variant. To determine the underlying type of this value, use the GetType method. 

 

namedParm 

GetType

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