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