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

TObject.DefaultHandlerStr

Default handler for string messages.

Declaration

Source position: objpash.inc line 151

public procedure TObject.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 mut be overridden by descendent classes to provide specific message handling behaviour.

See also

TObject.DispatchStr

  

Dispatch a string message.

TObject.Dispatch

  

Dispatch an integer message

TObject.DefaultHandler

  

Default handler for integer message handlers.