FMX.Types.TPointArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TPointArray = array [0..0] of TPointF;

C++

typedef System::StaticArray<System::Types::TPointF, 1> TPointArray;

Properties

Type Visibility Source Unit Parent
array
typedef
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

One-element array of TPointF and is internally used.

See Also