Form library FormDo() FormWindBegin()
Programming guideline of WinDom

FormEnd()

NAME

FormEnd - close a classic formular.

PROTOTYPAGE

void FormEnd(OBJECT *tree, MFDB *bckgrnd);

PARAMETERS

tree:
object tree address of the formular.

bckgrnd:
a pointer to a valid MFDB structure or NULL.

DESCRIPTION

This function close a formular previously created with FormBegin(). A NULL value of bckgrnd parameter sent a WM_REDRAW event to the desktop. A correct value of bckgrnd restores the screen area hidden by the formular. If the screen area was saved with FormDo() this call releases the memory used.

SEE ALSO

FormDo(), FormBegin().