vfoGRGetCreateFormIdentifier
vfoGRGetCreateFormIdentifier(r_formPointer) =>t_uniqueFormIdentifier
Description
Returns the unique identifier string used for creating the Create Guard Ring form.
Arguments
|
The form pointer created using vfoGRNewCreateForm. |
Value Returned
|
A unique identifier used for creating the Create Guard Ring form. |
|
Example
Say, you created the form pointer, MODGEN, using the following:
form_pointer = vfoGRNewCreateForm("MODGEN" 'OKCancelApply)
Then, when you provide the following:
uniqueStr = vfoGRGetCreateFormIdentfier(form_pointer)
the return value of uniqueStr will be "MODGEN".
Return to top