hiDeleteField
hiDeleteField(g_formRegionOrLayouts_fieldOrLayout) =>t / nil
Description
To delete more than one field from the same form, use hiDeleteFields. This is especially true if a contiguous set of one-dimensional form fields are 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 the 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