Getting Started with TMS FNC Splitter
Prerequisites
- Delphi with TMS FNC UI Pack installed.
- A new or existing VCL, FMX, or WEB application.
Steps
- Drop a
TTMSFNCSplitteronto a form. - Align the two panels to be resized (e.g.
alLeftandalClient); place the splitter between them withAlign := alLeft. - Set
MinSizeto prevent panels from collapsing below a usable width; handleOnResizeif you need to react to size changes.