TCustomRichView.UpdatePaletteInfo

<< Click to display table of contents >>

TCustomRichView.UpdatePaletteInfo

Call this method when screen color resolution changed (see WM_DISPLAYCHANGE window message). You need not to call this method if DoInPaletteMode=rvpaDoNothing.

procedure UpdatePaletteInfo;

Example

You also need to call UpdatePaletteInfo if you create TRichView at run-time (instead of placing at design-time on form) after you have created it.

This method is necessary only in 256-color display mode (not supported by new versions of Windows).

 

See also properties:

DoInPaletteMode.

See also methods of TRVPrint:

UpdatePaletteInfo.