Table of Contents

Getting started with TMS FNC Blox Selector

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 Selector

  1. Drop TTMSFNCBloxSelector from the TMS FNC Blox palette page onto the form.
  2. Position it as a sidebar panel (for example, left side, 120 pixels wide).
  3. Assign the BloxControl property to your existing TTMSFNCBloxControl instance.
{ Inside your form's OnCreate event: }
begin
  BloxSelector1.BloxControl := BloxControl1;
end;

The selector populates automatically with the element types registered in the linked Blox Control. Drag an item from the selector onto the diagram canvas to insert that element type.

Next steps

  • Guides — customizing items, appearance, and drag-drop events.
  • API reference — full class reference.