[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Contains display attributes for the current screen in an application.
Source position: graphics.pp line 2006
var ScreenInfo: TScreenInfo = (PixelsPerInchX: 72; PixelsPerInchY: 72; ColorDepth: 24; Initialized: False); |
ScreenInfo is a TScreenInfo variable which contains display attributes for the current screen in an application, including:
Values in ScreenInfo are updated when an application initializes the widgetset classes used in the LCL interface.
ScreenInfo is used in the implementation of the ScaleX and ScaleY routines.
|
Version 4.0 | Generated 2025-05-03 | Home |