Vcl.ControlList.TCustomControlList.Selected
Delphi
property Selected[Index: Integer]: Boolean read GetSelected write SetSelected;
C++
__property bool Selected[int Index] = {read=GetSelected, write=SetSelected};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| property | public | Vcl.ControlList.pas Vcl.ControlList.hpp | Vcl.ControlList | TCustomControlList | 
説明
インデックス付きのリスト項目が選択された際に True を返します。