TTMSFNCDataGridCore.OnLogMessage Event
Fires whenever the grid logs a diagnostic message. Assign this to route messages to your own log sink.
API unit family: TMSFNCDataGridCore
Declaring type: TTMSFNCDataGridCore
Syntax
OnLogMessage: TTMSFNCDataGridLogMessageEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Core object that fired the event. |
AMessage |
Diagnostic message text. |
AMessageType |
Severity of the diagnostic message. |