[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Dispatch a string message.
Source position: objpash.inc line 227
public procedure TObject.DispatchStr( |
var message |
); virtual; |
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.
None.
|
Default handler for string messages. |
|
|
Dispatch an integer message |
|
|
Default handler for integer message handlers. |