Destroys all components marked for release.
Source position: forms.pp line 1591
protected procedure TApplication.ReleaseComponents; |
ReleaseComponents ensures that any component in the internal list calls ReleaseComponent to handle the free notification for a reference-counted LCL component.
ReleaseComponents is called from the Idle and FreeComponent methods.
| Version 4.4 | Generated 2025-11-08 | Home |