Links
EControl Syntax Editor SDK
TCustomSyntaxMemo.IncSearchStart Method

Puts editor in incremental search mode.

procedure IncSearchStart(FromPos: integer = -1);

FromPos specifies initial position of the incremental search. If FromPos is -1, initial position will be caret position. 

Use OnIncSearchChange event handler to update controls to reflect incremental search state.

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!