Unit 'MUIClass.Tree' Package
[Overview][Types][Classes][Index] [#MUIClass]

TMUICustomTree

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: MUIClass.Tree.pas line 40

type TMUICustomTree = class(TMUIGroup)

public

  AllNodes: TMUITreeNodeList;

  Nodes: TMUITreeNodeList;

  function AddNode();

  function DeleteNode();

  constructor Create; override;

  destructor Destroy; override;

  procedure Redraw;

  procedure BeginUpdate;

  procedure EndUpdate;

  property SelectedNode: TMUITreeNode; [rw]

  property OnSelectedNode: TNotifyEvent; [rw]

  property OnNodeClick: TNotifyEvent; [rw]

  property OnNodeDblClick: TNotifyEvent; [rw]

end;

Inheritance

TMUICustomTree

|

TMUIGroup

  

Group class is responsible for the complete layout of a MUI window.

|

TMUIArea

  

Super class for every other MUI class except windows and applications

|

TMUIWithParent

  

Subclass of TNotify to introduce the Parent relation

|

TMUINotify

  

Notify class is superclass of all other MUI classes.

|

TMUIRootClass

  

Base class for all MUI Class

|

TObject


Documentation generated on: 2023-12-08