Source position: jwauxtheme.pas line 641
type _INTLIST = record
iValueCount: Integer;
iValues: array [0..MAX_INTLIST_COUNT-1] of Integer;
end;