[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Extracts the color index and color value for the specified position in a color list.
Source position: dialogs.pp line 1036
function ExtractColorIndexAndColor( |
const AColorList: TStrings; |
const AIndex: Integer; |
out ColorIndex: Integer; |
out ColorValue: TColor |
):Boolean; |
AColorList |
|
List of colors in COLORID=VALUE format. |
AIndex |
|
Position in the list for the extracted color index and value. |
ColorIndex |
|
Color index (ColorA=0, ColorB=1, etc.) |
ColorValue |
|
TColor for the hexadecimal value in the list. |
True on success, False if the list does not use the correct format.
Version 4.0 | Generated 2025-05-03 | Home |