[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the Handle of the released Palette.
Source position: graphics.pp line 1348
protected function TSharedCustomBitmap.ReleasePalette: HPALETTE; |
ReleasePalette is a HPALETTE function used to release the internal palette handle for the shared bitmap. The return value contains the existing palette handle on entry.
Sets the value in the internal palette handle to 0 to indicate that the palette handle is no longer in use or is invalid.
Use FreePalette to remove the palette handle in widgetset classes.
Version 4.0 | Generated 2025-05-03 | Home |