JVCL Help:ReleaseObj

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Destroys the object and frees its associated memory.

run\JvWndProcHook.pas


Pascal

 run\JvWndProcHook.pas
 procedureReleaseObj(AObject: TObject);


Parameters

Parameters Description
AObject: TObject Object that should be destroyed.

run\JvWndProcHook.pas


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.

run\JvWndProcHook.pas


About

Notes

ReleaseObj returns immediately to the caller. It does not wait for the object to be freed before returning.

run\JvWndProcHook.pas


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