Table of Contents

TTMSFNCDataGridRenderer.UnhilightText Method

Removes highlight markup from a previously hilighted string.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

function UnhilightText(ACaseSensitive: Boolean; AValue: string): string;

Parameters

Name Description
ACaseSensitive When True, removes markup using case-sensitive matching rules.
AValue Text that may contain highlight markup.

Returns

The text with highlight markup removed.