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