System.POleVariant

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also