Vcl.WinXPanels.TCustomStackPanel.ControlIndex
Delphi
property ControlIndex[AControl: TControl]: Integer read GetControlIndex write SetControlIndex;
C++
__property int ControlIndex[Vcl::Controls::TControl* AControl] = {read=GetControlIndex, write=SetControlIndex};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.WinXPanels.pas Vcl.WinXPanels.hpp |
Vcl.WinXPanels | TCustomStackPanel |
Description
Gets the index in the ControlCollection of the TStackPanelControlItem associated with the specified control instance.