help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

TStringMessageTable

String message table container for class.

Declaration

Source position: objpash.inc line 86

type TStringMessageTable = record

  count: PtrInt;

  

Number of messages in the string table.

  msgstrtable: array [0..0] of TMsgStrTable;

  

First TMsgStrTable record.

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

TMsgStrTable

  

Record used in string message handler table.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505