[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Retrieves an range of color entries from the system palette for a device.
Source position: winapih.inc line 147
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 an range of color entries from a logical palette. |
lazarus-ccr.sourceforge.net |