Table of Contents

TMS FNC Rich Editor Toolbars Guides

The rich editor toolbar family turns a bare TTMSFNCRichEditor into a complete word-processor surface without writing command code. Three companion controls attach to a single editor and keep themselves in sync with the current selection:

All three derive from the shared base TTMSFNCRichEditorToolBar, so they connect the same way: set the inherited RichEditor property. Reach for these controls when you want a familiar, ready-made editing UI; drop the individual command buttons you do not need from each control's Options set.

Chapters

Chapter Covers
Connecting toolbars to an editor The shared RichEditor binding, docking multiple companions around one editor, automatic selection sync, and design-time auto-connect.
Format toolbar Choosing visible buttons with Options, the two flavours of apply event, and reaching individual buttons and pickers.
Edit toolbar File open/save, clipboard, and undo/redo commands, restricting the button set, and tracking edit commands.
Horizontal ruler Page margins, paragraph indents, tab stops and snapping, ruler placement, visible markers, and tick marks.
Ruler appearance and events Theming the ruler surface, responding to margin/indent/tab changes, and overriding marker drawing.
Putting it together A complete surface: both toolbars and the ruler on one editor with restricted buttons, apply events, ruler tabs, and theming.

See also