TROServerMultiMessageCollection

Overview

The TROServerMultiMessageCollection class is a specialized collection class used by the TROServerMultiMessage class to store server-supported message references.
This class is for internal use only, please do not use directly.

Location

Properties


Items

This property allows the collection content to be accessed by index.

property Items[Index: Integer]: TROServerMultiMessageCollectionItem read

Instance Methods


constructor Create

Creates a new instance.

constructor Create(aOwner: TROServerMultiMessage)

Parameters:

  • aOwner: Object that owns the collection

FindItemByMessage

Returns the collection item that contains the reference to the specified message.

function FindItemByMessage(aMessage: TROMessage): TROServerMultiMessageCollectionItem

Parameters:

  • aMessage: Message to look for