Vcl.ControlList.TCustomControlList.Selected

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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


Description

Renvoie True lorsqu'un élément de liste avec Index est sélectionné.


Voir aussi