Disables the automatic updating of the palette color changes.
void __fastcall BeginUpdate();
Description
Use BeginUpdate before 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.