Table of Contents

Getting started with TMS FNC Blox Navigator

Prerequisites

  • TMS FNC Core installed and the runtime package added to the project.
  • TMS FNC Blox installed.
  • A TTMSFNCBloxControl already placed on the form.

Add the Navigator

  1. Drop TTMSFNCBloxNavigator from the TMS FNC Blox palette page onto the form.
  2. Size and position it as a corner panel (for example, bottom-right, 200 × 150 pixels).
  3. Assign the BloxControl property to point to your existing TTMSFNCBloxControl instance.
{ Inside your form's OnCreate event: }
begin
  BloxNavigator1.BloxControl := BloxControl1;
end;

The navigator immediately starts mirroring the diagram. Dragging inside the navigator panel pans the main control's viewport.

Next steps

  • Guides — appearance and highlight region customization.
  • API reference — full class reference.