TStringMessageTable
String message table container for class.
Declaration
Source position: objpash.inc line 118
Type
TStringMessageTable = record
public
  count : LongInt;
  msgstrtable : Array[0..0] of TMsgStrTable;
end
Description
Record used to describe the string messages handled by a class. It consists of a count, followed by an array of TMsgStrTable records.
See also
| Name | Description | 
|---|---|
| LongInt | A signed 32-bits integer | 
| TMsgStrTable | Record used in string message handler table. |