TTMSFNCDataGridRenderer.MarkText Method
Wraps all occurrences of
ATextinAValuewith HTML mark markup for permanent cell marking.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
function MarkText(ACaseSensitive: Boolean; AValue, AText: string): string;
Parameters
| Name | Description |
|---|---|
ACaseSensitive |
When True, matches text using case-sensitive comparison. |
AValue |
Source text that may contain matches. |
AText |
Text to mark inside AValue. |
Returns
The source text with matching fragments wrapped in mark markup.