Mega Code Archive

 
Categories / Delphi / Types
 

Pvariant - pointer to a variant value

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