Vcl.ControlList.TCustomControlList.Selected

提供: RAD Studio API Documentation
移動先: 案内検索

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 を返します。


関連項目