Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TComponent.RemoveComponent

Remove the given component from the list of owned components.

Declaration

Source position: classesh.inc line 2192

public procedure TComponent.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

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.


Documentation generated on: Jul 24 2023