[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Retrieves a range of color entries from a logical palette.
Source position: winapih.inc line 136
public function TWidgetSet.GetPaletteEntries( |
Palette: HPALETTE; |
StartIndex: UINT; |
NumEntries: UINT; |
var PaletteEntries |
):UINT; virtual; |
Palette |
|
The palette handle. |
StartIndex |
|
The first entry. |
NumEntries |
|
The number of entries to retrieve. |
PaletteEntries |
|
Array of PALETTEENTRY records, receiving the information. |
The number of entries copied.
Version 4.0 | Generated 2025-05-03 | Home |