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 213

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.

See also

TWidgetSet

  

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