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

TMUINotify.ClearObject

Clear the MUI Object and all it's Childs

Declaration

Source position: MUIClass.Base.pas line 102

public procedure TMUINotify.ClearObject; override;

Description

When a Parent MUI object is destroyed, it will destroy all it's childs automatically. Usually only DestroyObject is called for the most top most object, (mostly Application, which will do it itself, when the main window is closed) which will destroy all other MUI objects as well. And this function will clean the MUI Object pointers in all Child Pascal Objects to reflect this.

See also

DestroyObject

  

Root class object can not be destroyed


Documentation generated on: 2022-07-30