[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Subclass of TNotify to introduce the Parent relation
Source position: MUIClass.Base.pas line 285
type TMUIWithParent = class(TMUINotify) |
||
protected |
||
procedure SetParent(); virtual; |
|
Set function for the Parent, maybe overriden by other classes |
public |
||
destructor Destroy; override; |
|
No need to create directly |
procedure DestroyObject; override; |
|
No need to create directly |
property Parent: TMUINotify; [rw] |
|
Parent of the Object |
end; |
|
Subclass of TNotify to introduce the Parent relation |
|
| | ||
|
Notify class is superclass of all other MUI classes. |
|
| | ||
|
Base class for all MUI Class |
|
| | ||
TObject |
Not in Notify because Application should not have a Parent