[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'LazVersion' (#lazutils)

OnLCLWidgetTypeName

Variable which contains the handler routine signalled to get the name for the current LCL widgetset.

Declaration

Source position: lazversion.pas line 34

var OnLCLWidgetTypeName: TLCLWidgetTypeNameEvent;

Description

The value for the variable is assigned in the initialization section for the interfacebase.pp unit. It is set to the GetLCLWidgetTypeName routine in that unit. Please note that the GetLCLWidgetTypeName routine exists in both units; this one calls the other.

See also

TLCLWidgetTypeNameEvent

  

Type used for the OnLCLWidgetTypeName function variable.


Version 4.0 Generated 2025-05-03 Home