<< Click to display table of contents >> TRVChatMessageState Type |
Unit [VCL/FMX] RVChat / fmxRVChat;
Chat message status.
type
TRVChatMessageState = (
rvcmsDefault, rvcmsNew, rvcmsSent,
rvcmsRead, rvcmsFailed, rvcmsDeleted
);
Value |
Meaning |
---|---|
rvcmsDefault |
no special status (for messages of other users) |
rvcmsNew |
new message |
rvcmsSent |
sent message |
rvcmsRead |
sent and read message |
rvcmsFailed |
failed to send |
rvcmsDeleted |
message marked as deleted |