Open main menu

RAD Studio API Documentation β

System.PVarData

Delphi

PVarData = ^TVarData;

C++

typedef struct TVarData *PVarData;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
systvar.h
System System

Description

Pointer to a TVarData.

TVarData is used to hold a Variant's data.

See Also