TObject.DefaultHandlerStr
Default handler for string messages.
Declaration
Source position: objpash.inc line 238
public
procedure DefaultHandlerStr(var message); Virtual;
Description
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 must be overridden by descendent classes to provide specific message handling behaviour.
See also
Name | Description |
---|---|
DefaultHandler | Default handler for integer message handlers. |
Dispatch | Dispatch an integer message |
DispatchStr | Dispatch a string message. |