JVCL Help:TJvComputerInfoEx.OnPaletteChanged
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvComputerInfoEx.OnPaletteChanged Event
[+] TJvComputerInfoEx Events
[+] TJvComputerInfoEx Methods
[+] TJvComputerInfoEx Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when the active palette has changed.
Pascal
propertyOnPaletteChanged: TJvPaletteChangeEvent;
Description
This event is triggered after the window with the keyboard focus has realized its logical palette, thereby changing the system palette. The event enables a window that uses a color palette but does not have the keyboard focus to realize its logical palette and update its client area. To avoid an infinite loop, do not realize a window's palette, unless you determine that hWnd does not contain your own window handle. This event is triggered in response to a WM_PALETTECHANGED message.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page