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
TTMSFNCBloxControlalready placed on the form.
Add the Navigator
- Drop
TTMSFNCBloxNavigatorfrom the TMS FNC Blox palette page onto the form. - Size and position it as a corner panel (for example, bottom-right, 200 × 150 pixels).
- Assign the
BloxControlproperty to point to your existingTTMSFNCBloxControlinstance.
Link at runtime
{ 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.