[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: MUIClass.Tree.pas line 40
type TMUICustomTree = class(TMUIGroup) |
public |
AllNodes: TFPGObjectList; |
Nodes: TFPGObjectList; |
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; |
| | ||
|
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 |