hgeGUI::GetCtrl

Returns a pointer to the control object based on it's identificator.

hgeGUIObject *GetCtrl(
  int id
);

Parameters

id
The identificator of the control.

Return value

Pointer to the control's object. You should know the object type and cast the hgeGUIObject * pointer to the correct type.

Requirements

Header: hgegui.h
Import library: hgehelp.lib

See also

AddCtrl, DelCtrl