TRVChatUserCollection

Properties   Methods

<< Click to display table of contents >>

TRVChatUserCollection

Properties   Methods

This is a class of Users property of TRVChat. A collection of TRVChatUser items.

Unit [VCL/FMX] RVChat / fmxRVChat.

Syntax

TRVChatUserCollection = class (TOwnedCollection)

Hierarchy

TObject

TPersistent

TCollection

TOwnedCollection

Description

This class represents a collection of chat users (speakers). The item's class is TRVChatUser.

Each chat message is associated with one of the users (the one who wrote it).

When the chat is already populated, you can add new users to the collection and modify all user properties (except for the name, see below).

You cannot delete users who have messages in the chat.

If you change a user's name, it will only affect new messages.