Table of Contents

TMS FNC Data Binding

TTMSFNCDataBinder connects UI controls to dataset fields through a declarative mapping table. Each binding item pairs a control property with a dataset field name. The binder monitors field changes and pushes values to the control; it monitors control edits and writes them back to the dataset. An observer/monitor pair provides lifecycle hooks for validation, transformation, and notification.

Documentation

Start here Use when
Get started You want a control bound to a dataset field in a few steps.
Guides You want task-oriented chapters: binding modes, HTML templates, transformation, validation, and notifications.
API reference You want class, property, method, and event details.
Release notes You want what changed in recent versions.

Key classes

Class Description
TTMSFNCDataBinder Maps UI control properties to dataset fields.
TTMSFNCDataBinderItem A single control–field binding.
TTMSFNCDataBinderControlValueMonitor Monitors control value changes for the binder.
TTMSFNCDataBinderEditLinkMonitor Monitors edit link state (begin/end edit, modified) for the binder.