TTMSFNCChatMessageTimestamp Class
Holds display settings for message timestamps, including format, position, and font.
API unit family: TMSFNCChat
Inherits from: TPersistent
Syntax
TTMSFNCChatMessageTimestamp = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Font | Font used to render the timestamp text in message bubbles. |
| Format | Delphi FormatDateTime format string used to format the message's timestamp. An empty string uses the locale default short date-time format. |
| Position | Corner of the message bubble where the timestamp is displayed. Default is mtpBottomRight. |
| Show | When True, the timestamp is drawn inside each message bubble at the corner specified by Position. Default is False. |
Events
| Name | Description |
|---|---|
| OnChanged | Fires when any timestamp display property changes so the owning chat can schedule a repaint. |