vfoGRNewCreateForm
vfoGRNewCreateForm(t_uniqueFormIdentifier t_formType[l_callbackList] ) =>r_formPointer/ nil
Description
Creates the new Create Guard Ring form, that is, a new form pointer along with the unique fields and form symbol.
Arguments
|
An alphanumeric unique identifier string that will be used for creating the Create Guard Ring form, which can be retrieved using vfoGRGetCreateFormIdentifier. |
|
|
One of the following two values, ' |
|
|
List of the callback procedures required for controlling the display of the OK, Cancel, and Apply buttons on the form. This is an optional argument.
If this argument is not provided and you chose the
However, if you did not set this argument and choose the ' |
|
Value Returned
|
The form pointer associated with the Create Guard Ring form. |
|
Example
form_pointer = vfoGRNewCreateForm("MODGEN" 'OKCancelApply)
hiDisplayForm(form_pointer)
Return to top