Table of Contents

TMS FNC Bitmap Container

TTMSFNCBitmapContainer is a named bitmap collection used by FNC controls to manage image resources. Controls reference images by name rather than by index, making it easy to swap themes or resolutions at runtime. TTMSFNCURLBitmapContainer extends this with asynchronous download support, fetching images from URLs in the background.

Documentation

Start here Use when
Get started You want to load images and connect a container to a control.
Guides You want task-oriented chapters: named images, URL loading, SVG bitmaps, and DPI scaling.
API reference You want class, property, method, and event details.
Release notes You want what changed in recent versions.

Key classes

Class Description
TTMSFNCBitmapContainer Named bitmap collection for design-time and runtime image management.
TTMSFNCBitmapItem A single named bitmap entry.
TTMSFNCURLBitmapContainer Bitmap container with background URL download support.