EdDestroyΒΆ
EdDestroy destroys the given editor and frees any memory that the editor occupies.
- bool = EdDestroy(hEdit)
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
- hEdit
Identifies the editor.
See also
id-1286630