System.POleVariant
Delphi
type POleVariant = ^OleVariant;
C++
typedef OleVariant*          POleVariant;      //
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| pointer typedef | public | System.pas sysmac.h | System | System | 
Description
Is a pointer to an OleVariant.
POleVariant is a pointer to an OleVariant.