Table of Contents

TMS FNC Toolbar

TTMSFNCToolBar is a cross-platform Delphi component in TMS FNC UI Pack for building application toolbars, formatting bars, and ribbon-style command groups. It hosts command buttons, separators, five built-in pickers (font name, font size, color, bitmap, and a generic item picker), button dropdowns, and your own custom controls, and it stays usable on narrow surfaces by compacting overflow into an options menu. It runs on FMX, VCL, and WEB Core.

Document-editor formatting toolbar with File buttons, a separator, and font-name, font-size, and color pickers Document-editor formatting toolbar with File buttons, a separator, and font-name, font-size, and color pickers

Documentation

Start here Use when
Get started You want a working toolbar quickly.
Guides You want task-oriented chapters grouped by feature area.
API reference You want class, property, method, and event details.
Release notes You want what changed in recent versions.

Key classes

Class Role
TTMSFNCToolBar Main component; hosts buttons, pickers, separators, and custom controls.
TTMSFNCToolBarButton Command button, including dropdown buttons.
TTMSFNCToolBarSeparator Visual divider between button groups.
TTMSFNCToolBarFontNamePicker · TTMSFNCToolBarFontSizePicker Font family and size pickers.
TTMSFNCToolBarColorPicker · TTMSFNCToolBarBitmapPicker Color and bitmap pickers.
TTMSFNCToolBarItemPicker Generic dropdown picker over your own item list.
TTMSFNCDockPanel Hosts and arranges multiple toolbars.