Programming guideline of WinDom
- NAME
-
FormRestore - Restore a formular state.
- PROTOTYPAGE
-
void FormRestore( WINDOW *win, int mode);
- PARAMETERS
-
- win:
- window descriptor,
- mode:
- OC_FORM (formular) or OC_TOOLBAR (toolbar).
- DESCRIPTION
-
This function restores the objects state of a formular or a
toolbar previously saved by FormSave().
- SEE ALSO
-
FormSave().