RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
NamedParm::GetType Method

Returns the type of the parameter’s value.

Pascal
function GetType: Integer;
C++
int GetType() const;

Call GetType to determine the type of the parameter’s value. GetType returns one of the constants declared in the System unit to represent the types of Variant values. As such, it returns the value you would obtain by calling VarType on the Variant returned by GetParm.

Note: A list of the possible return values is included in the topic for VarType.
 

GetParm

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