Source position: views.inc line 317
type TComplexArea = packed record
X1: Sw_Integer;
Y1: Sw_Integer;
X2: Sw_Integer;
Y2: Sw_Integer;
NextArea: PComplexArea;
end;