Table of Contents

TMS FNC Button Guides

TTMSFNCButton is a cross-framework push button that supports HTML-formatted label text, optional bitmap imagery, configurable text/image layout, and full appearance customisation for normal, hover, pressed, and disabled states.

Topics

Topic Use when
Text, images, and commands You need a button with HTML-capable text, bitmap content, and click handling.

Key properties

Property Purpose
Text The button label; supports HTML markup for rich formatting.
Bitmap Directly assigned bitmap shown on the button face.
BitmapContainer / BitmapName Alternative shared-bitmap source for the button image.
DisabledBitmap Bitmap displayed when the button is disabled.
Layout Arrangement of text and image (blLeft, blRight, blTop, blBottom).
Appearance Fill, stroke, and font for normal, hover, pressed, and focused states.
Enabled Disables the button and shows DisabledBitmap when False.
OnClick Fires when the user clicks the button.

See also