| BeginUpdate |
Suspends visual updates for the web control implementation so multiple property changes can be applied without intermediate repaints. (inherited from TTMSFNCCustomControlBase) |
| CanFocus |
Returns True when the control is able to receive keyboard focus. (inherited from TTMSFNCCustomControlBase) |
| DisableBackground |
Temporarily disables drawing the control background so that custom code can paint the background manually. (inherited from TTMSFNCCustomControl) |
| DisableFill |
Temporarily disables applying Fill during painting, allowing the background to show through. (inherited from TTMSFNCCustomControl) |
| DisableStroke |
Temporarily disables drawing the Stroke border around the control. (inherited from TTMSFNCCustomControl) |
| DragDrop |
Called by the framework when a drag-and-drop operation completes over the control. Dispatches to HandleDragDrop for cross-framework processing. (inherited from TTMSFNCCustomControlBase) |
| EnableBackground |
Re-enables automatic background drawing after a DisableBackground call. (inherited from TTMSFNCCustomControl) |
| EnableFill |
Re-enables applying Fill during painting after a DisableFill call. (inherited from TTMSFNCCustomControl) |
| EnableStroke |
Re-enables drawing the Stroke border after a DisableStroke call. (inherited from TTMSFNCCustomControl) |
| EndUpdate |
Re-enables visual updates for the web control implementation after a BeginUpdate call and triggers a repaint. (inherited from TTMSFNCCustomControlBase) |
| GetButtonBitmap |
Returns the native OS button bitmap of the given size for use in custom drawing. Pass ADown, AFocused, and AEnabled to select the appropriate visual state. (inherited from TTMSFNCCustomControl) |
| GetCheckBoxBitmap |
Returns the native OS checkbox bitmap for use in custom drawing. Pass AChecked, AFocused, and AEnabled to select the appropriate visual state. (inherited from TTMSFNCCustomControl) |
| GetControlMargins |
Returns the four margin values of the control. (inherited from TTMSFNCCustomControlBaseCommon) |
| GetRadioButtonBitmap |
Returns the native OS radio-button bitmap for use in custom drawing. Pass AChecked, AFocused, and AEnabled to select the appropriate visual state. (inherited from TTMSFNCCustomControl) |
| Invalidate |
Schedules a full repaint of the control on the next paint cycle. (inherited from TTMSFNCCustomControlBase) |
| IsDesignTime |
Returns True when the control is running inside the IDE at design time. (inherited from TTMSFNCCustomControl) |
| IsDesignerForm |
Returns True when the control is placed on a design-time form class derived from TTMSFNCCustomDesignerForm. (inherited from TTMSFNCCustomControl) |
| IsDesigning |
Returns True when the control is hosted on the IDE form designer. (inherited from TTMSFNCCustomControl) |
| IsDestroying |
Returns True while the control is in the process of being destroyed. (inherited from TTMSFNCCustomControl) |
| IsLoading |
Returns True while the owning form or data module is streaming its DFM content (i.e. during component loading). (inherited from TTMSFNCCustomControl) |
| IsReading |
Returns True while the control's persistent properties are being read from a stream. (inherited from TTMSFNCCustomControl) |
| LoadSettingsFromFile |
Deserialises settings from a previously saved JSON file and applies them to the control. (inherited from TTMSFNCCustomControl) |
| LoadSettingsFromStream |
Deserialises settings from a JSON stream and applies them to the control. (inherited from TTMSFNCCustomControl) |
| NotifyDataBinderEdit |
Notifies any attached data binder that the user has started editing a value. (inherited from TTMSFNCCustomControl) |
| NotifyDataBinderPost |
Notifies any attached data binder to post the current edit to the underlying dataset. (inherited from TTMSFNCCustomControl) |
| NotifyDataBinderSetActiveRecord |
Notifies any attached data binder to move to the active record in the underlying dataset. (inherited from TTMSFNCCustomControl) |
| NotifyDataBinderUpdate |
Notifies any attached data binder to refresh its display from the underlying dataset. (inherited from TTMSFNCCustomControl) |
| NotifyDataBinderValueChanged |
Notifies any attached data binder that the bound value has changed. (inherited from TTMSFNCCustomControl) |
| Paint |
Renders the control onto its canvas. Called by the framework on every repaint cycle. (inherited from TTMSFNCCustomControl) |
| Resize |
Called by the framework when the control is resized. Override to update internal layout after a size change. (inherited from TTMSFNCCustomControl) |
| SaveSettingsToFile |
Serialises all (or only appearance) settings to a file in JSON format. (inherited from TTMSFNCCustomControl) |
| SaveSettingsToStream |
Serialises all (or only appearance) settings to a stream in JSON format. (inherited from TTMSFNCCustomControl) |
| ScalePaintValue |
Scales an integer value by the current paint DPI factor, returning the scaled integer. (inherited from TTMSFNCCustomControlBaseCommon) |
| ScaleResourceValue |
Scales an integer value by the current resource DPI factor, returning the scaled integer. (inherited from TTMSFNCCustomControlBaseCommon) |
| SetControlMargins |
Sets the four margin values of the control in one call. (inherited from TTMSFNCCustomControlBaseCommon) |