[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Retrieves a range of color entries from the system palette for a device.
Source position: winapih.inc line 148
public function TWidgetSet.GetSystemPaletteEntries( |
DC: HDC; |
StartIndex: UINT; |
NumEntries: UINT; |
var PaletteEntries |
):UINT; virtual; |
DC |
|
The device context. |
StartIndex |
|
The first entry to retrieve. |
NumEntries |
|
The number of requested entries. |
PaletteEntries |
|
Receives the color information. When Nil, the total number of palette entries is returned. |
The number of entries copied, zero on failure.
|
Retrieves a range of color entries from a logical palette. |
Version 4.0 | Generated 2025-05-03 | Home |