help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

TObject.DispatchStr

Dispatch a string message.

Declaration

Source position: objpash.inc line 169

public procedure TObject.DispatchStr(

  var message

);

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

DefaultHandlerStr

  

Default handler for string messages.

Dispatch

  

Dispatch an integer message

DefaultHandler

  

Default handler for integer message handlers.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505