TObject.DispatchStr
Dispatch a string message.
Declaration
Source position: objpash.inc line 242
public
procedure DispatchStr(var message); Virtual;
Description
DispatchStr extracts the message identifier from Message and checks the message handler table to see if a handler for the message is found, and calls the handler, passing along the message. If no handler is found, the default DefaultHandlerStr is called.
Errors
None.
See also
Name | Description |
---|---|
DefaultHandler | Default handler for integer message handlers. |
DefaultHandlerStr | Default handler for string messages. |
Dispatch | Dispatch an integer message |