System.PVarArrayCoorArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PVarArrayCoorArray = ^TVarArrayCoorArray;

C++

typedef TVarArrayCoorArray *PVarArrayCoorArray;

Properties

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

Description

Is a pointer type to a TVarArrayCoorArray.

This is a pointer to a TVarArrayCoorArray data type, giving information about the position of an element in a safe array.

See Also