Consultor Eletrônico



Kbase P50592: Does the DELETE OBJECT statement release the memory allocate
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/31/2003
Status: Unverified

GOAL:

Does the DELETE OBJECT statement release the memory allocated to an X-DOCUMENT object?

FACT(s) (Environment):

Progress 9.1C

FIX:

The Progress 4GL DELETE OBJECT Statement deletes an instance of an object such as a widget, a procedure, a server, a socket or a handle. Deleting the handle of an object causes all allocated resources associated with the handle to be returned to the system.

Hence, the DELETE OBJECT statement does release the memory allocated to an X-DOCUMENT object.