TTMSFNCChat.OnBeforeDrawTimestamp Event
Occurs before a message timestamp is drawn.
API unit family: TMSFNCChat
Declaring type: TTMSFNCChat
Inherited from: TTMSFNCCustomChat
Syntax
OnBeforeDrawTimestamp: TTMSFNCChatBeforeDrawTimestampEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The chat control that raises the event. |
AGraphics |
The graphics context used for drawing. |
ARect |
The timestamp drawing rectangle. |
AItem |
The message item that owns the timestamp. |
AAllow |
Set to False to skip drawing the timestamp. |