TIvoryPalette::BeginUpdate

Enables the automatic updating of the palette color changes.

void __fastcall EndUpdate();

Description

Use EndUpdate after you are changing more than 1 palette colors. After calling BeginUpdate, the changes you make to the Color array will not take place automatically, until you call EndUpdate.

Back to TIvoryPalette