KCL Design System - TKclCompTreeView

MQY Studio

Version 1.00    

TKclCompTreeView

  TKclCompTreeView is the component to construct the Delphi-like Component TreeView. It can display the parent-child relation of Controls in a tree-structrue.

Unit

KclCompTreeView

Hierarchy

TObject - TPersistent - TComponent -TControl - TWinControl - TCustomTreeView - TTreeView - TKclCompPalleteToolbar

Properties

  The classes allowed to display on the TreeView. Usually, this property is the same with the one of PalleteToolbar. At the initialization part of your program (for example, OnFormShow event), you should write:

AClassList.Images := ClassesImageList;
KclCompPalleteToolBar1.ClassList := AClassList;

KclCompTreeView1.ClassList := AClassList;

Set ClassList property will also set CompTreeView's Images property to ClassList.Images.

  Whether the properties of components has been modified (In the CompTreeView you can change the name of the components). You have to manually set this property to False.
  Show both (invisible) components or (visible) controls or both in the TreeView.

  The root parent control displayed in CompTreeView. Usually the DesignStage. 

Methods

  Change the component index of selected component up to Index - Step.
 Change the component index of selected component down to Index + Step.

Demos

DfmBuilder


MQY Studio 2002.12