Vcl.ExtCtrls.TCustomControlBar.DoPaletteChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoPaletteChange: Boolean;

C++

bool __fastcall DoPaletteChange();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomControlBar

Description

Prepares the control bar to realize a new palette.

Call DoPaletteChange to prepare the control bar to realize a new palette. DoPaletteChange returns true if the control bar should be redrawn to reflect the new palette, and false otherwise.

DoPaletteChange is called when the Picture property changes.

See Also