hiDeleteItemFromLayout
hiDeleteItemFromLayout(
x_index
g_formRegionOrLayout
[ s_layoutName ]
)
=> x_index / nil
Description
Deletes an item from hiLayout using the specified index.
Arguments
|
x_index
|
The index position at which the item needs to be deleted.
|
|
g_formRegionOrLayout
|
|
|
Any of the following:
-
hiLayout form
-
Scroll region or tab page in hiLayout form
-
hiLayout
|
|
s_layoutName
|
Specifies a symbol name of a hiLayout, field in the form, or region.
|
Values Returned
|
x_index
|
The description of all the items deleted from hiLayout.
|
|
nil
|
Specified hiLayout do not exist.
|
Related Topics
hiLayout Form Functions
Return to top