|
TCustomRichView.UpdatePaletteInfo |
Top Previous Next |
|
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; 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: See also methods of TRVPrint: |