[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements a class used to dispatch messages originating in a widgetset class to a handler routine in the LCL class instance.
Source position: interfacebase.pp line 186
type TMessageDispatcher = class |
||
public |
||
constructor Create(); |
|
Constructor for the class instance. |
procedure Dispatch(); override; |
|
Sends the specified message to the handler routine for the dispatcher. |
end; |
|
Implements a class used to dispatch messages originating in a widgetset class to a handler routine in the LCL class instance. |
|
| | | ||
Used in the GTK widgetset to implement the AllocateHWnd and DeallocateHWnd methods in the widgetset class.
| Version 4.4 | Generated 2025-11-08 | Home |