Record used in string message handler table.
Source position: objpash.inc line 84
type TMsgStrTable = record
name: PShortString;
Message name
method: Pointer;
Method to call
end;