|
Purpose | With del you can delete fields, field groups, pushbuttons, radiobuttons, checkboxes, tables and menu items . | ||||||||||
Examples | del F[Business area.]
del G[Client specific configuration] del #[12,60] del F[Business area.]+(1,3) del M[Change] | ||||||||||
Format | del [screen element]
In the case of fields both the field name and the value or the input field that follows are deleted. In the case of field groups all elements within the group and the group box itself are deleted. del M[menu item] Deletes a menu item. You can use either the menu item text or the internal function code (press F1 on the menu item to display the function code). In special cases you can also work with the hierarchical position of the menu item, starting with position 1. GuiXT deletes the following elements:
GuiXT also disables the direct input of the function code in the OK code field. For further documentation see the article Deleting menu items in “Special topics”. | ||||||||||
Options |
| ||||||||||
Tips & Tricks |
|