Skip to content

TObject.StringMessageTable

Return a pointer to the string message table.

Declaration

Source position: objpash.inc line 227

public 
  class function StringMessageTable : pstringmessagetable;

Description

StringMessageTable returns a pointer to the string message table, which can be used to look up methods for dispatching a string message. It is used by the DispatchStr method.

Errors

If there are no string message handlers, nil is returned.

See also

Name Description
Dispatch Dispatch an integer message
DispatchStr Dispatch a string message.