Vcl.ControlList.TCustomControlList.Selected
Delphi
property Selected[Index: Integer]: Boolean read GetSelected write SetSelected;
C++
__property bool Selected[int Index] = {read=GetSelected, write=SetSelected};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | Vcl.ControlList.pas Vcl.ControlList.hpp |
Vcl.ControlList | TCustomControlList |
Beschreibung
Gibt True
zurück, wenn ein Listeneintrag mit Index ausgewählt ist.