TRVChatMessage.GlobalIndex

<< Click to display table of contents >>

TRVChatMessage.GlobalIndex

Provides an additional way to order the messages.

property GlobalIndex: Integer;

This property is not used by the chat itself but allows you to assign additional numbering to messages. For example, such numbering could be maintained by the chat server in the order messages are received from clients, and the server can send messages to clients including their global index.

You can search for a collection item by its GlobalIndex using the FindByGlobalIndex and FindItemByGlobalIndex methods.

Initial value

0