Delphi
PVariant = ^Variant; {$NODEFINE PVariant} { defined in sysmac.h }
C++
typedef Variant* PVariant; //
Properties
Type |
Visibility |
Source |
Unit |
Parent |
pointer typedef |
public |
System.pas sysmac.h |
System |
System |
Description
Is a pointer to a Variant.
PVariant is a pointer to a Variant.
See Also