Table of Contents

TMS FNC Dataset

TTMSFNCDataSet is an in-memory TDataSet-compatible dataset that works without a database. TTMSFNCDataLinkCSV and TTMSFNCDataLinkJSON populate it directly from CSV or JSON text — from a file, stream, or string — making it easy to feed data-aware controls from REST responses, local files, or generated content. TTMSFNCFilterBuilder provides programmatic multi-rule filtering over any dataset.

Documentation

Start here Use when
Get started You want to load JSON or CSV into a data-aware control.
Guides You want task-oriented chapters: loading CSV, loading JSON, field mapping, sorting, filtering, and the filter builder.
API reference You want class, property, method, and event details.
Release notes You want what changed in recent versions.

Key classes

Class Description
TTMSFNCDataSet In-memory TDataSet-compatible dataset.
TTMSFNCDataLinkCSV Populates TTMSFNCDataSet from CSV text or files.
TTMSFNCDataLinkJSON Populates TTMSFNCDataSet from JSON text or files.
TTMSFNCFilterBuilder Builds and evaluates multi-rule filter expressions.