TTMSFNCChatItems Class
Ordered collection of chat message items displayed by the chat control.
API unit family: TMSFNCChat
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCChatItems = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Provides indexed access to message items in the collection. |
Methods
| Name | Description |
|---|---|
| Add | Appends a new empty message item and returns it. |
| Chat | Returns the chat control that owns this collection. |
| Clear | Removes all message items from the collection. |
| Insert | Inserts a new empty message item at the specified index and returns it. |