[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Remove the given component from the list of owned components.
Source position: classesh.inc line 1382
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. |
|
|
Called when a name change must be validated |
|
|
Called by components that are freed and which received a FreeNotification. |
No notes exist for this page yet.