System.PVarArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PVarArray = ^TVarArray;

C++

typedef TVarArray *PVarArray;

Properties

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

Description

Is a pointer type to a TVarArray.

This is a pointer to a TVarArray data type, giving information about a safe array.

See Also