Remove the given component from the list of owned components.
Source position: classesh.inc line 2555
public procedure TComponent.RemoveComponent( |
AComponent: TComponent |
); |
RemoveComponent will send an opRemove notification to AComponent and will then proceed to remove AComponent from the list of owned components.
|
Insert the given component in the list of owned components. |
|
Remove |
||
ValidateRename |
|
Called when a name change must be validated. |
|
Called by components that are freed and which received a FreeNotification. |