Vcl.ButtonGroup.TButtonGroup.ItemIndex
Delphi
property ItemIndex: Integer read FItemIndex write SetItemIndex default -1;
C++
__property int ItemIndex = {read=FItemIndex, write=SetItemIndex, default=-1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.ButtonGroup.pas Vcl.ButtonGroup.hpp |
Vcl.ButtonGroup | TButtonGroup |
Description
Specifies the index of the currently selected item.