TcxCustomCheckListBox.Selected Property
In This Article
Indicates whether a specific item is selected.
#Declaration
Delphi
property Selected[: Integer]: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
This property returns True if the item specified by the Index parameter is selected (highlighted) in the list box; otherwise, False.
See Also