Source position: colorsel.pas line 97
type TColorItem = record
Name: PString;
Index: Byte;
Next: PColorItem;
end;