FMX.Types.TFmxObject.Index
Delphi
property Index: Integer read GetIndex write SetIndex;
C++
__property int Index = {read=GetIndex, write=SetIndex, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TFmxObject |
Description
Specifies the index of the child object in the children array attached to this object.