hiSetFormBlock
hiSetFormBlock(r_form[g_blockUpdates] [g_unmanage] ) =>t / nil
Description
Prevents time-consuming multiple updates to a form during multiple changes (such as adding, deleting, moving, or resizing elements). You can also blank out the form during extensive changes. Updates are blocked until you call hiSetFormBlock(r_form nil) or hiUpdateFormBlock(r_form).
Use the hiSetFormBlock function only if you are making extensive changes to a form.
Arguments
Values Returned
Examples
hiSetFormBlock ( r_form t )
<add/delete/move/resize functions>
hiSetFormBlock ( r_form nil )
Related Topics
Return to top