RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGraphic.PaletteModified Property

Indicates whether the palette has changed.

Pascal
property PaletteModified: Boolean;
C++
__property Boolean PaletteModified;

Use PaletteModified to determine if the palette used for a graphical image has changed. PaletteModified is used in the OnChange event. PaletteModified remains true until whoever is responsible for realizing this new palette (for example, TImage) sets it to false. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!