TTMSFNCChat.OnAfterDrawMessage Event
Occurs after a message background is drawn.
API unit family: TMSFNCChat
Declaring type: TTMSFNCChat
Inherited from: TTMSFNCCustomChat
Syntax
OnAfterDrawMessage: TTMSFNCChatAfterDrawItemEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The chat control that raises the event. |
AGraphics |
The graphics context used for drawing. |
ARect |
The message drawing rectangle. |
AItem |
The message item that was drawn. |