Name Result Description Code Params Examples
OID Cardinal Message unique identificator
function OID: cardinal;
There are no arguments You need to register to view the code example.
ChatType TMessageType Chat type
function ChatType: TMessageType;
There are no arguments You need to register to view the code example.
Text String Message text
function Text: string;
There are no arguments You need to register to view the code example.
Sender String Message sender name
function Sender: string;
There are no arguments You need to register to view the code example.
Time Cardinal Time elapsed since message was sent (in ms, 1sec = 1000ms)
function Time: cardinal;
There are no arguments You need to register to view the code example.
Unread Boolean Is message not read/processed
function Unread: boolean;
There are no arguments You need to register to view the code example.

Objects

Имя Класс Description
ChatMessage TChatMessage Last chat message

Methods

Имя Результат Description
TMessages.GetMessage TChatMessage Get message from list/logs by index
TL2Control.GetChatMessage TChatMessage Last chat message of account of this controller