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