Delphi
type TDashArray = array of Single;
C++
typedef System::DynamicArray<float> TDashArray;
Properties
| Type |
Visibility |
Source |
Unit |
Parent |
array typedef |
public |
FMX.Types.pas FMX.Types.hpp |
FMX.Types |
FMX.Types |
Description
Internally used type that represents an array of Singles.
See Also