hgeGUI::DelCtrl

Removes a control from GUI.

void DelCtrl(
  int id
);

Parameters

id
Identificator of the control to be removed.

Remarks

The control is also deleted from memory.

Requirements

Header: hgegui.h
Import library: hgehelp.lib

See also

AddCtrl, GetCtrl