Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Toolbar.Install
Installs necessary functions to modify FileMaker's toolbar.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Toolbar | 4.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "Toolbar.Install" )
Parameters
none
Result
Returns OK or error.
Description
Installs necessary functions to modify FileMaker's toolbar.You call this functions once at startup. You can use Toolbar.Register after or before to introduce new identifiers. Use Window.SetToolbarConfiguration to install a new configuration including your custom identifiers or use customize toolbar palette.
See also
- Toolbar.Register
- Toolbar.SetImage
- Toolbar.SetLabel
- Toolbar.SetPaletteLabel
- Toolbar.SetTooltip
- Window.SetToolbarConfiguration
Release notes
- Version 11.2
- Deprecated Toolbar.InstallBackground function.
Example Databases
Blog Entries
This function checks for a license.
Created 20th August 2014, last changed 13th May 2021