Links
EControl Syntax Editor SDK
ecSpell.TCheckWordEvent Type

TCheckWordEvent is the type for OnCheckWord event that occurs after the word is checked whether it is contained in the Dictionary.

TCheckWordEvent = procedure (Sender: TObject; const AWord: ecString; APos: integer; var Valid: Boolean) of object;

ecSpell

AWord parameter specifies the word checked. 

APos parameter specifies position of the word in the text. 

Valid returns result of the check.

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