EditControl (Kernel)

EditControl(control event)

By specifying an edit control object and an event object, it will handle everything related to the edit control, such as letting the user enter text.

The event object is then updated accordingly.

Parameters:
  • control (heapPtr) – An object that inherits from DEdit.
  • event (heapPtr) – An Event object.

See Also: DrawControl(), HiliteControl()