Return the type of a variant.
Source position: variants.pp line 73
function VarType( |
const V: Variant |
):tvartype; |
VarType returns the type of the variant V. (it returns the internal type field of the variant structure)
|
Returns the resolved type of a variant. |
|
|
Check if a variant is of certain type. |
|
|
Attempt to cast a variant to another type. |