| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
String message table container for class.
Source position: objpash.inc line 91
| type TStringMessageTable = record | ||
| count: LongInt; | 
 | Number of messages in the string table. | 
| msgstrtable: array [0..0] of TMsgStrTable; | 
 | First TMsgStrTable record. | 
| end; | 
Record used to describe the string messages handled by a class. It consists of a count, followed by an array of TMsgStrTable records.
| 
 | Record used in string message handler table. |