FMX.Types.TPointArray
Delphi
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.