HighlightFromStart(CompareOptions)
|
compareOptions
|
If a record starts with the user text, this text portion is highlighted.
|
HighlightFromStart(String, CompareOptions)
|
text, compareOptions
|
If a record starts with the given text, this text portion is higlighted.
|
HighlightFromStart(String, String, CompareOptions)
|
fieldName, text, compareOptions
|
If a record belongs to the given data field and starts with the specific text, this text portion is highlighted.
|
HighlightFromStart(String[], String, CompareOptions)
|
fieldNames, text, compareOptions
|
If record belongs to any of the given data fields and starts with the specific text, this text portion is higlighted.
|