[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the resolved type of a variant.
Source position: variants.pp line 67
function VarTypeDeRef( |
const V: Variant |
):tvartype; overload; |
const V: tvardata |
):tvartype; overload; |
VarTypeDeRef will resolve the final type of the variant V: if V is a reference to another variant, the function will return the type of the referenced variant, recursing as much as needed till a non-variant type is encountered.
|
Return the type of a variant. |
|
|
Check if a variant is of certain type |
|
|
Attempt to cast a variant to another type |