[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Initializes the application for the platform, and returns Screen information.
Source position: interfacebase.pp line 135
public procedure TWidgetSet.AppInit( |
var ScreenInfo: TScreenInfo |
); virtual; abstract; |
ScreenInfo |
|
TScreenInfo instance with the PPI (Pixels per Inch) and color depth for the platform. |
Called by Application.Initialize. Don't call this directly, the LCL will use it when adequate.
Version 4.0 | Generated 2025-05-03 | Home |