[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Provides access to the widgetset class instance for the platform.
Source position: interfacebase.pp line 215
var WidgetSet: TWidgetSet = Nil; |
WidgetSet is a unit global TWidgetSet variable with the singleton used to access the widgetset class instance for the platform. WidgetSet contains a TWidgetSet descendant which implements the properties, methods, and events for a specific platform.
|
Provides an application helper class (platform and drawing interface). |