Vcl.ControlList.TCustomControlList.GetSelectedEnumerator

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetSelectedEnumerator: IEnumerable<Integer>;

C++

System::DelphiInterface<System::IEnumerable__1<int> > __fastcall GetSelectedEnumerator();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.ControlList.pas
Vcl.ControlList.hpp
Vcl.ControlList TCustomControlList


Beschreibung

Gibt einen Enumerator der ausgewählten Elementindizes zurück.


Siehe auch