Class TCheckNode

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCheckNode = class(TTreeNode)

Description

TCheckNode is the TTreeNode of TRbwCheckTreeView.

Hierarchy

Overview

Fields

Private FDeleting: boolean;

Methods

Private function GetImageIndex: integer;
Private procedure SetImageIndex(const Value: integer);
Private function getChecked: boolean;
Private procedure SetChecked(const Value: boolean);
Public constructor Create(AOwner: TCustomViewItems; AParent: TCustomViewItem = nil; After: TCustomViewItem = nil); override;

Properties

Public property ImageIndex: integer read GetImageIndex write SetImageIndex;
Public property Checked: boolean read getChecked write SetChecked;

Description

Fields

Private FDeleting: boolean;

FDeleting is used in TRbwCheckTreeView.DoDeletion to updated the checked state of the remaining nodes correctly.

Methods

Private function GetImageIndex: integer;

See ImageIndex.

Private procedure SetImageIndex(const Value: integer);

See ImageIndex.

Private function getChecked: boolean;

See Checked.

Private procedure SetChecked(const Value: boolean);

See Checked.

Public constructor Create(AOwner: TCustomViewItems; AParent: TCustomViewItem = nil; After: TCustomViewItem = nil); override;

see inherited Create

Properties

Public property ImageIndex: integer read GetImageIndex write SetImageIndex;

ImageIndex indicates the state of the checkbox for a node. See Images.

Public property Checked: boolean read getChecked write SetChecked;

Checked indicates whether or not a node is checked.


Generated by PasDoc 0.10.0 on 2006-10-31 09:56:43