= FORM_INIT = Initializes a display form. {{{ void FORM_INIT(EVENT_FNC eventShow, EVENT_FNC eventProcess, EVENT_FNC event_hide, EVENT_FNC event_done, int nFlag); }}} == Parameters == * eventShow - event function that is called to display additional items such as titles. * eventProcess - event function that is called every few milliseconds to do any application processing desired * eventHide - event function that is called when the form is hidden * eventDone - event function that is called when the form is exiting * nFlag - form flags == Return Value == This function oes not return any value == Remarks == == Examples == {{{ }}} == See Also == * FORM_ADD_INPUT * FORM_ADD_BUTTON * FORM_SHOW * FORM_RUN