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

GetLCLWidgetTypeName

Routine called to get the type name for the widgetset class used on the platform.

Declaration

Source position: lazversion.pas line 36

function GetLCLWidgetTypeName: string;

Function result

String representation for the widgetset class used for the platform.

Description

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 ('').

See also

TLCLWidgetTypeNameEvent

  

Type used for the OnLCLWidgetTypeName function variable.

InterfaceBase.GetLCLWidgetTypeName

LCLPlatformDirNames

TLCLPlatform


Version 4.0 Generated 2025-05-03 Home