[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: lcltype.pp line 855
type TScreenInfo = record |
||
PixelsPerInchX: Integer; |
|
|
PixelsPerInchY: Integer; |
|
|
ColorDepth: Integer; |
|
|
Initialized: Boolean; |
|
|
end; |