| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Record used in string message handler table.
Source position: objpash.inc line 85
type TMsgStrTable = record  | 
||
name: PShortString;  | 
  | 
Message name  | 
method: CodePointer;  | 
  | 
Method to call  | 
end;  |