Removes a child from this class, will be called when Parent of the child class is changed
Source position: MUIClass.Base.pas line 125
public procedure TMUINotify.RemoveChild( |
AChild: TMUINotify |
); virtual; |
AChild |
|
Object to remove |
There is no reason to directly call this function, assign another object (or nil) as a Parent to an other Class, will do it already