System.NamedParm.GetType

From RAD Studio API Documentation
Jump to: navigation, search

C++

int               GetType() const     { return Type;}

Properties

Type Visibility Source Unit Parent
function public sysvari.h System NamedParm

Description

Returns the type of the parameter’s value.

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.

See Also