TcxValueType.GetVarType Method
Returns the Variant type code that corresponds to the current TcxValueType class descendant.
Declaration
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: TCallDesc.ArgTypes. |
See Also