TreeList.highlight

Syntax

highlight(text: String, caseSensitive: Boolean, columns: Array|Number);

Parameters

text. Highlighting text;

caseSensitive. The parameter determines case sensitivity during tree node search. If it is necessary to find tree node taking into account the case, then the value true should be set for property, else it is false.

columns. Number of the column or an array of columns where the text search and tree node highlighting are performed.

Description

The highlight method highlights the specified text in tree node labels.

Example

The example of method use is given in description of the TreeList.SearchColor property.

See also:

TreeList