Vcl.CheckLst.TCustomCheckListBox.Checked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Checked[Index: Integer]: Boolean read GetChecked write SetChecked;

C++

__property bool Checked[int Index] = {read=GetChecked, write=SetChecked};

Properties

Type Visibility Source Unit Parent
property public
Vcl.CheckLst.pas
Vcl.CheckLst.hpp
Vcl.CheckLst TCustomCheckListBox

Description

Embarcadero Technologies does not currently have any additional information.