| Description | Hierarchy | Fields | Methods | Properties |
type TCheckNode = class(TTreeNode)
TCheckNode is the TTreeNode of TRbwCheckTreeView.
![]() |
FDeleting: boolean; |
![]() |
function GetImageIndex: integer; |
![]() |
procedure SetImageIndex(const Value: integer); |
![]() |
function getChecked: boolean; |
![]() |
procedure SetChecked(const Value: boolean); |
![]() |
constructor Create(AOwner: TCustomViewItems; AParent: TCustomViewItem = nil; After: TCustomViewItem = nil); override; |
![]() |
property ImageIndex: integer read GetImageIndex write SetImageIndex; |
![]() |
property Checked: boolean read getChecked write SetChecked; |
![]() |
FDeleting: boolean; |
|
| |
![]() |
function GetImageIndex: integer; |
|
See ImageIndex. | |
![]() |
procedure SetImageIndex(const Value: integer); |
|
See ImageIndex. | |
![]() |
function getChecked: boolean; |
|
See Checked. | |
![]() |
procedure SetChecked(const Value: boolean); |
|
See Checked. | |
![]() |
constructor Create(AOwner: TCustomViewItems; AParent: TCustomViewItem = nil; After: TCustomViewItem = nil); override; |
|
see inherited Create | |
![]() |
property ImageIndex: integer read GetImageIndex write SetImageIndex; |
|
| |
![]() |
property Checked: boolean read getChecked write SetChecked; |
|
| |