[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sends the specified message to the handler routine for the dispatcher.
Source position: interfacebase.pp line 191
public procedure TMessageDispatcher.Dispatch( |
var message |
); override; |
message |
|
Untyped variable argument with the message sent in the method. Cast to an TLMessage instance when passed to the handler routine. |
Dispatch is an overridden method in TMessageDispatcher. It reimplements the method introduced in the TObject ancestor. It executes the TLCLWndMethod routine passed as an argument to the constructor using the specified message as a parameter.
|
The type used for all LCL message handlers. |
|
|
||
Version 4.0 | Generated 2025-05-03 | Home |