| Name | Result | Description | Code | Params | Examples |
|---|---|---|---|---|---|
| OID | Cardinal | Message unique identificator | |
There are no arguments | You need to register to view the code example. |
| ChatType | TMessageType | Chat type | |
There are no arguments |
You need to register to view the code example.
|
| Text | String | Message text | |
There are no arguments | You need to register to view the code example. |
| Sender | String | Message sender name | |
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) | |
There are no arguments |
You need to register to view the code example.
|
| Unread | Boolean | Is message not read/processed | |
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 |