JVCL Help:TJvComputerInfoEx.OnPaletteChanging

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs before a window is about to realize its logical palette.


Pascal

 propertyOnPaletteChanging: TJvPaletteChangeEvent;


Description

Write a handler for this event to take specific action before a window realizes its logical palette.
The application changing its palette does not wait for acknowledgment of this event before changing the palette and triggering the OnPaletteChanged event. As a result, the palette may already be changed by the time an application receives this event.
This event is triggered in response to a WM_PALETTEISCHANGING 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