[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Default handler for string messages.
Source position: objpash.inc line 223
public procedure TObject.DefaultHandlerStr( |
var message |
); virtual; |
DefaultHandlerStr is called for string messages which have no handler associated with them in the string message handler table. The implementation of DefaultHandlerStr in TObject does nothing and mut be overridden by descendent classes to provide specific message handling behaviour.
|
Dispatch a string message. |
|
|
Dispatch an integer message |
|
|
Default handler for integer message handlers. |