TTMSFNCEditorPanel Class
Drop-in editor panel component that renders a styled, selectable rectangular region with configurable appearance and position hints.
API unit family: TMSFNCEditorPanel
Inherits from: TTMSFNCCustomEditorPanel
Syntax
TTMSFNCEditorPanel = class(TTMSFNCCustomEditorPanel)
Properties
| Name | Description |
|---|---|
| Appearance | Appearance settings that control the panel's fill, stroke, selection colors, rounding, and visible sides. (inherited from TTMSFNCCustomEditorPanel) |
| PanelPosition | Specifies where this panel is positioned within a group of adjacent panels, which controls which corners are rounded. (inherited from TTMSFNCCustomEditorPanel) |
| Selected | When True, the panel is drawn using the SelectedFill and SelectedStroke appearance settings. (inherited from TTMSFNCCustomEditorPanel) |
Methods
| Name | Description |
|---|---|
| BeginUpdate | Suspends visual updates while bulk appearance or layout changes are in progress. (inherited from TTMSFNCCustomEditorPanel) |
| EndUpdate | Resumes visual updates and repaints the panel after a BeginUpdate call. (inherited from TTMSFNCCustomEditorPanel) |