System.PVariant

From RAD Studio API Documentation
Revision as of 21:30, 5 April 2013 by L10nBot (talk | contribs) (updated links to redirects)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

type PVariant = ^Variant;

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