TTMSFNCResolveBitmapNameEvent Event Type
Event fired by TTMSFNCBitmapContainer to translate a requested (logical) bitmap name into the name that is actually looked up, for example to select a theme-specific variant such as a Dark Mode icon.
AResolvedBitmapNameis pre-initialized toABitmapName; a handler changes it only when an alternative name is required.
API unit family: TMSFNCBitmapContainer
Parameters
| Name | Description |
|---|---|
Sender |
The TTMSFNCBitmapContainer that raised the event. |
ABitmapName |
The logical bitmap name supplied by the caller. |
AResolvedBitmapName |
The name to look up; defaults to ABitmapName and may be changed by the handler. |