TTMSFNCStylesManagerCanLoadStyleEvent Event Type
Event handler type for
OnCanLoadStyle; called before a style is applied to a component so the handler can suppress styling for specific components.
API unit family: TMSFNCStyles
Parameters
| Name | Description |
|---|---|
Sender |
The styles manager that raised the event. |
AStyle |
The name of the style about to be applied. |
AComponent |
The component that will receive the style. |
ACanLoadStyle |
Set to False to prevent the style from being applied to this component. |