Vcl.ControlList.TCustomControlList.SelectedCount
Delphi
property SelectedCount: Integer read GetSelectedCount;
C++
__property int SelectedCount = {read=GetSelectedCount, nodefault};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | Vcl.ControlList.pas Vcl.ControlList.hpp |
Vcl.ControlList | TCustomControlList |
Beschreibung
Gibt die Anzahl der ausgewählten Listeneinträge zurück.