TMsgStrTable
Record used in string message handler table.
Declaration
Source position: objpash.inc line 111
Type
TMsgStrTable = record
public
  name : PShortString;
  method : CodePointer;
end
Record used in string message handler table.
Source position: objpash.inc line 111
Type
TMsgStrTable = record
public
  name : PShortString;
  method : CodePointer;
end