[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Variable which contains the handler routine signalled to get the name for the current LCL widgetset.
Source position: lazversion.pas line 34
var OnLCLWidgetTypeName: TLCLWidgetTypeNameEvent; |
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.
|
Type used for the OnLCLWidgetTypeName function variable. |
Version 4.0 | Generated 2025-05-03 | Home |