Unit 'InterfaceBase' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

WidgetSet

Provides access to the widgetset class instance for the platform.

Declaration

Source position: interfacebase.pp line 233

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.



CT Web help

CodeTyphon Studio