Vcl.ControlList.TCustomControlList.GetSelectedEnumerator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSelectedEnumerator: IEnumerable<Integer>;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Vcl.ControlList.pas
Vcl.ControlList.hpp
Vcl.ControlList TCustomControlList

Description

Returns an enumerator of the selected item indexes.


See Also