Vcl.ControlList.TCustomControlList.SelectedCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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.


Siehe auch