hiFormCancel
hiFormCancel (r_form) =>t
Description
Equivalent to clicking the Cancel button on a form.
If the form is mapped, it gets unmapped. The values of the form fields get restored to the last values saved, and any field callbacks are called if this results in a change of field values.
If hiFormCancel is called on a form that has a Close button but does not have a Cancel button, hiFormCancel calls hiFormClose.
Argument
Values Returned
Related Topics
Return to top