TTMSFNCChatInteraction Class
Holds interaction settings for scrolling, link handling, selection, and send-button behavior.
API unit family: TMSFNCChat
Inherits from: TPersistent
Syntax
TTMSFNCChatInteraction = class(TPersistent)
Properties
| Name | Description |
|---|---|
| AutoOpenURL | When True, clicking a URL in a message opens it in the default browser. |
| AutoReplaceLinks | When True, URL text in messages is automatically wrapped in clickable anchor tags. |
| AutoScrollToBottom | When True, the chat automatically scrolls to the last message when a new one is added. |
| LongPressInterval | Duration in milliseconds the pointer must be held before a long-press event fires. |
| MultiSelect | When True, multiple messages can be selected simultaneously. |
| SendButtonTrigger | Specifies whether the send button responds to a click or a mouse-down action. |
| SwipeBounceGesture | When True, a bounce effect is applied at the scroll boundary during swipe gestures. |
| TouchScrolling | When True, touch-based kinetic scrolling is enabled. |