Show: Delphi
C++
Display Preferences
FMX.Types.TGradientPoints.operator []
From XE2 API Documentation
C++
TGradientPoint* operator[](int Index) { return Points[Index]; }
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Types.hpp | FMX.Types | TGradientPoints |
Description
Returns the point with the given index in Points.
AIndex specifies the index of the point to be returned.