[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Routine called to get the type name for the widgetset class used on the platform.
Source position: lazversion.pas line 36
function GetLCLWidgetTypeName: string; |
String representation for the widgetset class used for the platform.
GetLCLWidgetTypeName signals the OnLCLWidgetTypeName event handler (when assigned) to get the type name for the widgetset. The return value contains the String from LCLPlatformDirNames that represents the TLCLPlatform for the widgetset. If OnLCLWidgetTypeName has not been assigned, the return value is an empty string ('').
|
Type used for the OnLCLWidgetTypeName function variable. |
|
Version 4.0 | Generated 2025-05-03 | Home |