Table of Contents

Getting Started with TMS FNC Splitter

Prerequisites

  • Delphi with TMS FNC UI Pack installed.
  • A new or existing VCL, FMX, or WEB application.

Steps

  1. Drop a TTMSFNCSplitter onto a form.
  2. Align the two panels to be resized (e.g. alLeft and alClient); place the splitter between them with Align := alLeft.
  3. Set MinSize to prevent panels from collapsing below a usable width; handle OnResize if you need to react to size changes.

Next steps