User Tools

Site Tools


settext_set_menu_item_text_.htm
Navigation:  ABC Library Reference > PopupClass > PopupClass Methods >====== SetText (set menu item text) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

SetText( name, text )

blk2blue.jpg

SetText Sets the menu item text.
name A string constant, variable, EQUATE, or expression containing the menu item name. The AddItem, AddItemMimic, or AddMenu methods set the item name.
text A string constant, variable, EQUATE, or expression containing the text of the menu item. A single hyphen creates a non-selectable separator (a 3D horizontal bar) on the menu.

The SetText method sets the text for a menu item.

Implementation:

The name and text parameters accept up to 1024 characters.

Example:

PopupMgr.SetText('Save','&Save')

See Also:     AddItem, AddItemMimic, AddMenu

settext_set_menu_item_text_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1