<< Click to display table of contents >> TRVChatMessageCollection |
This is a class of Messages property of TRVChat. A collection of TRVChatMessage items.
Unit [VCL/FMX] RVChat / fmxRVChat.
Syntax
TRVChatMessageCollection = class (TOwnedCollection)
TObject
TPersistent
TCollection
TOwnedCollection
This class represents a collection of chat messages. Each item represents a single message in the order it is displayed in the chat. The item's class is TRVChatMessage.
You should not add, delete, or modify the properties of this collection directly. All operations with messages must be performed using the chat's methods. The only exception is changing the message state (to new, sent, read, or failed).