Table of Contents

TTMSFNCChat.OnAfterDrawMessageText Event

Occurs after message text is drawn.

API unit family: TMSFNCChat Declaring type: TTMSFNCChat Inherited from: TTMSFNCCustomChat

Syntax

OnAfterDrawMessageText: TTMSFNCChatAfterDrawItemTextEvent;

Parameters

Name Description
Sender The chat control that raises the event.
AGraphics The graphics context used for drawing.
ARect The text drawing rectangle.
AItem The message item that owns the text.
AText The text that was drawn.