[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Default handler for integer message handlers.
Source position: objpash.inc line 200
public procedure TObject.DefaultHandler( |
var message |
); virtual; |
DefaultHandler is the default handler for messages. If a message has an unknown message ID (i.e. does not appear in the table with integer message handlers), then it will be passed to DefaultHandler by the Dispatch method.
|
Dispatch an integer message |
|
|
Default handler for string messages. |