Vcl.ControlList.TCustomControlList.Selected
Delphi
property Selected[Index: Integer]: Boolean read GetSelected write SetSelected;
C++
__property bool Selected[int Index] = {read=GetSelected, write=SetSelected};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Vcl.ControlList.pas Vcl.ControlList.hpp |
Vcl.ControlList | TCustomControlList |
Description
Returns True when a list item with Index is selected.