TTMSFNCCustomDataGrid.LogMessage Method
Raises the grid log-message event with the specified text and severity.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCCustomDataGrid
Syntax
procedure LogMessage(AMessage: string; AMessageType: TTMSFNCDataGridLogMessageType = glmInfo);
Parameters
| Name | Description |
|---|---|
AMessage |
Text value used by the operation. |
AMessageType |
Text value used by the operation. |