Called by the interface when a theme option has changed.
Source position: forms.pp line 1701
public procedure TApplication.IntfThemeOptionChange( |
AThemeServices: TThemeServices; |
AOption: TThemeOption |
); |
AThemeServices |
|
TThemeServices instance for the callback. Not used in the current LCL implementation. |
AOption |
|
TThemeOption changed in the callback. |
IntfThemeOptionChange posts control messages to notify a custom form when either toShowButtonImages or toShowMenuImages is the value in AOption.
| Version 4.4 | Generated 2025-11-08 | Home |