System.PVarRecord

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PVarRecord = ^TVarRecord;

C++

typedef TVarRecord *PVarRecord;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
System.hpp
System System

Description

Pointer to TVarRecord.

TVarRecord should not be used directly.

See Also