[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: MUIClass.Tree.pas line 52
type TMUITreeView = class(TMUIGroup) |
protected |
procedure BeforeCreateObject; override; |
procedure AfterCreateObject; override; |
public |
constructor Create; override; |
destructor Destroy; override; |
function AddNode(); |
function DeleteNode(); |
function GetNodeAtPosition(); |
procedure Redraw; |
procedure BeginUpdate; |
procedure EndUpdate; |
property SelectedNode: TMUITreeNode; [rw] |
property NodeCount: Integer; [r] |
property Nodes []: TMUITreeNode; [r] |
property AllNodeCount: Integer; [r] |
property AllNodes []: TMUITreeNode; [r] |
property OnSelectedNode: TNotifyEvent; [rw] |
property OnNodeClick: TNotifyEvent; [rw] |
property OnNodeRightClick: TNotifyEvent; [rw] |
property OnNodeDblClick: TNotifyEvent; [rw] |
property OnOpenContextMenu: TMUIAllowedToOpenEvent; [rw] |
end; |
| | ||
|
Group class is responsible for the complete layout of a MUI window. |
|
| | ||
|
Super class for every other MUI class except windows and applications |
|
| | ||
|
Subclass of TNotify to introduce the Parent relation |
|
| | ||
|
Notify class is superclass of all other MUI classes. |
|
| | ||
|
Base class for all MUI Class |
|
| | ||
TObject |