JVCL Help:ReleaseObj
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: ReleaseObj procedure
[+] JvWndProcHook.pas Functions
Search in JVCL Help
Search in all projectsSummary
Destroys the object and frees its associated memory.
Pascal
run\JvWndProcHook.pas
procedureReleaseObj(AObject: TObject);
Parameters
Parameters | Description |
AObject: TObject | Object that should be destroyed. |
Description
Call ReleaseObj to destroy an object and free its associated memory. ReleaseObj does not destroy the object until all messages in the message queue are processed.
About
Notes
ReleaseObj returns immediately to the caller. It does not wait for the object to be freed before returning.
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page