TTMSFNCBitmapEditor Class
Design-time and runtime component that presents a visual editor dialog for selecting, loading, saving, and clearing a bitmap image.
API unit family: TMSFNCBitmapEditor
Inherits from: TTMSFNCCustomComponent
Syntax
TTMSFNCBitmapEditor = class(TTMSFNCCustomComponent)
Properties
| Name | Description |
|---|---|
| Bitmap | The bitmap being edited. Assign a bitmap before opening the dialog; read it after to retrieve the user's selection. |
| BitmapContainer | Optional bitmap container used to supply named bitmaps for selection in the editor. |
| Modified | Returns True if the bitmap has been changed since the editor was last opened. |
Methods
| Name | Description |
|---|---|
| Execute | Opens the bitmap editor dialog asynchronously and calls the completion procedure with the modal result. |