[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TComponent.RemoveComponent

Remove the given component from the list of owned components.

Declaration

Source position: classesh.inc line 1358

public procedure TComponent.RemoveComponent(

  AComponent: TComponent

);

Description

RemoveComponentwill send an opRemovenotification to AComponentand will then proceed to remove AComponentfrom the list of owned components.

See also

InsertComponent

  

Insert the given component in the list of owned components.

Remove

ValidateRename

  

Called when a name change must be validated

Notification

  

Called by components that are freed and which received a FreeNotification.