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

CreateWidgetset

Creates the widgetset singleton.

Declaration

Source position: forms.pp line 2003

procedure CreateWidgetset(

  AWidgetsetClass: TWidgetSetClass

);

Arguments

AWidgetsetClass

  

TWidgetsetClass class type for the desired widgetset implementation.

Description

CreateWidgetset is a procedure used to create the WidgetSet singleton. CreateWidgetset executes the initialization handlers for the LCL interface.

AWidgetsetClass is the TWidgetsetClass class type used to create the WidgetSet singleton. CreateWidgetset is called from the interfaces.pp unit for a specific widgetset implementation (win32, gtk, gtk2, gtk3, qt, qt5, et. al.).



CT Web help

CodeTyphon Studio