Unit 'MUIClass.Base' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#MUIClass]

TMUIWithParent

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

Subclass of TNotify to introduce the Parent relation

Declaration

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;

Inheritance

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

Description

Not in Notify because Application should not have a Parent


Documentation generated on: 2024-03-19