Source position: lcltype.pp line 1087
type TScreenInfo = record
PixelsPerInchX: Integer;
PixelsPerInchY: Integer;
ColorDepth: Integer;
Initialized: Boolean;
end;