Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Toolbar.SetTooltip

Overwrites tooltip used for a toolbar item.

Component Version macOS Windows Linux Server iOS SDK
Toolbar 6.4 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "Toolbar.SetTooltip"; Identifier; Text )   More

Parameters

Parameter Description Example
Identifier The toolbar identifier.

Possible toolbar identifiers:
RecordNavigationToolbarItemIdentifier, ShowAllToolbarItemIdentifier, NSToolbarSpaceItem, NewRecordToolbarItemIdentifier, DeleteRecordToolbarItemIdentifier, NSToolbarSpaceItem, FindDropdownToolbarItemIdentifier, SortToolbarItemIdentifier, UploadServerToolbarItemIdentifier, QuickFindToolbarItemIdentifier, DuplicateRecordToolbarItemIdentifier, ManageToolbarItemIdentifier, SaveAsExcelToolbarItemIdentifier, SaveAsPDFToolbarItemIdentifier, SaveAsSnapshotLinkToolbarItemIdentifier, ImportToolbarItemIdentifier, ExportToolbarItemIdentifier, PrintToolbarItemIdentifier, PageSetupToolbarItemIdentifier, SendMailToolbarItemIdentifier, OmitRecordToolbarItemIdentifier, ShowOmittedToolbarItemIdentifier, NewWindowToolbarItemIdentifier, DebuggerToolbarItemIdentifier, DataViewerToolbarItemIdentifier, SavedFindToolbarItemIdentifier, NewLayoutAnyModeToolbarItemIdentifier
"NewRecordToolbarItemIdentifier"
Text The text to use for tooltip. "Creates a new person record."

Result

Returns OK or error.

Description

Overwrites tooltip used for a toolbar item.
Use an empty text to remove entry from tooltips table.
You need to call Toolbar.Install at least once before using this command to have it take effect.

See also

Blog Entries

This function checks for a license.

Created 12nd September 2016, last changed 12nd September 2016


Toolbar.SetPaletteLabel - Toolbar.Unregister