hiDeleteFields
hiDeleteFields(g_formRegionOrLayout l_fieldsOrLayouts) =>t / nil
Description
Deletes multiple fields from a form.
To delete more than one field from the same form, this function should be used instead of multiple calls to hiDeleteField.
For one-dimensional forms, hiDeleteFields optimizes the deleting of a contiguous list of fields (given in top-to-bottom order) by moving each remaining field once, after all fields have been deleted.
Deleting a field from a 2D form removes the instance of the field from the form, and assumes that there is only one instance of this field contained within the form. The field still exists in any other form which contains it.
In a two-dimensional form or menu, no geometry management is performed to fill the freed area of the screen. If a field is deleted from a one-dimensional form, the field is removed and the other fields adjusted appropriately.
Arguments
Values Returned
Related Topics
Return to top