Table of Contents

TMS FNC Image User Guide

TTMSFNCImage is a cross-framework image display control that renders a TTMSFNCBitmap with configurable stretch, proportion, and centering modes. It integrates with TTMSFNCBitmapContainer for shared-bitmap workflows and fires a change event when the displayed bitmap is replaced.

Topics

Topic Use when
Bitmap display and sizing You need to display shared or direct bitmaps with predictable scaling and layout.

Key properties

Property Purpose
Bitmap Directly assigned bitmap to display.
BitmapContainer / BitmapName Look up and display a named bitmap from a shared container.
Stretch Stretch the bitmap to fill the control (True) or show it at its natural size (False).
Proportional When Stretch is True, maintain the bitmap aspect ratio.
Center Center the bitmap within the control bounds when not stretching.
Margins Inner padding between the control edge and the image.
OnBitmapChanged Fires when the displayed bitmap is assigned or replaced.

See also