System.PVarArrayBoundArray

From RAD Studio API Documentation
Revision as of 23:44, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

PVarArrayBoundArray = ^TVarArrayBoundArray;

C++

typedef TVarArrayBoundArray *PVarArrayBoundArray;

Properties

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

Description

Is a pointer to a TVarArrayBoundArray.

PVarArrayBoundArray is a pointer to a TVarArrayBoundArray.

See Also