Table of Contents

TMS FNC Responsive Manager

TTMSFNCResponsiveManager adapts form layouts and component property values to window size breakpoints. Each responsive item maps a component property to a set of constraint rules. When the form is resized and crosses a breakpoint, the manager automatically applies the appropriate values, eliminating manual OnResize code. TTMSFNCStateManager complements this by saving and restoring the full property state of a set of components.

Documentation

Start here Use when
Get started You want a form that adapts its layout to window width.
Guides You want task-oriented chapters: defining breakpoints, mapping properties, the state manager, and design-time configuration.
API reference You want class, property, method, and event details.
Release notes You want what changed in recent versions.

Key classes

Class Description
TTMSFNCResponsiveManager Maps component properties to window size constraints.
TTMSFNCResponsiveManagerItem A single property–constraint mapping.
TTMSFNCResponsiveManagerConstraint A size constraint with target property values.