TcxValueType.GetVarType Method
In This Article
Returns the Variant type code that corresponds to the current TcxValueType class descendant.
#Declaration
Delphi
class function GetVarType: Integer; virtual;
#Returns
Type | Description |
---|---|
Integer | The Variant type code. Refer to the following Embarcadero RAD Studio® help topic for the list of Variant type codes: TCall |
See Also