[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Safe destruction of a component, can be requested by the component itself.
Source position: forms.pp line 1458
public procedure TApplication.ReleaseComponent( |
AComponent: TComponent |
); |
AComponent |
|
The component to destroy. |
Unless the application is shutting down, all requests are queued. Queued requests are processed when the application is not currently processing a message.
lazarus-ccr.sourceforge.net |