SmartPascal
PVariant
Type
Pointer to a Variant value System unit
  type PVariant = ^Variant;
Description
The PVariant type is a pointer to a Variant value.
 
It is not entirely clear why this is provided other than for completeness. It is unavisable for a newcomer to Delphi to use this.
Related commands
Variant A variable type that can hold changing data types
 
Example code :

Show full unit code