| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Return the type of a variant.
Source position: variants.pp line 66
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  |