ObjDestroyΒΆ

The ObjDestroy function destroys the given object and frees any memory the object occupied.

bool = ObjDestroy(handle)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

handle

handle identifies the object to be destroyed.

id-1168492