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
TTMSFNCBloxControlalready placed on the form.
Add the Selector
- Drop
TTMSFNCBloxSelectorfrom the TMS FNC Blox palette page onto the form. - Position it as a sidebar panel (for example, left side, 120 pixels wide).
- Assign the
BloxControlproperty to your existingTTMSFNCBloxControlinstance.
Link at runtime
{ 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.