DelphiBasics
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
VariantA variable type that can hold changing data types
 Download this web site as a Windows program.




 
Example code :

Show full unit code
  
 
Delphi Programming © Neil Moffatt . All rights reserved.  |  Home Page