Links
EControl Syntax Editor SDK
ecSpell.TCheckTextEvent Type

TCheckTextEvent is the type for OnCheckText event that occurs before text is analyzed for highlighting.

TCheckTextEvent = procedure (Sender: TObject; const AText: ecString; AStart, AEnd: integer) of object;

ecSpell

AText parameter specifies text of the editor. 

AStart and AEnd parameters specify start and end positions of the text block for analysis.

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