Retrieves a range of color entries from the system palette for a device.
Source position: winapih.inc line 147
public function TWidgetSet.GetSystemPaletteEntries( |
DC: HDC; |
StartIndex: LongWord; |
NumEntries: LongWord; |
var PaletteEntries |
):LongWord; 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. |