System.PVarData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type 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