[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'InterfaceBase' (#lcl)

WidgetSet

Provides access to the widgetset class instance for the platform.

Declaration

Source position: interfacebase.pp line 223

var WidgetSet: TWidgetSet = Nil;

Description

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.

The value for the variable is assigned when the CreateWidgetset routine in forms.pp is called. This occurs during initialization of the interfaces.pp unit for a given platform.

See also

TWidgetSet

  

Provides an application helper class (platform and drawing interface).

CreateWidgetset

  

Creates the widgetset singleton.


Version 3.2 Generated 2024-02-25 Home