Vcl.ControlList.TCustomControlList.Selected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Selected[Index: Integer]: Boolean read GetSelected write SetSelected;

C++

__property bool Selected[int Index] = {read=GetSelected, write=SetSelected};

Properties

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

Description

Returns True when a list item with Index is selected.


See Also