Links
EControl Syntax Editor SDK
ecExtHighlight.TExecuteHltRule Type

TExecuteHltRule is the type for OnExecute event.

TExecuteHltRule = procedure (Sender: TObject; Range: THyperlinkRange; Handled: Boolean) of object;

ecExtHighLight

OnExecute event occurs before rule is executed. 

Range parameter defines a range for analysis. 

Handled parameter specifies whether event is handled. 

Use OnExecute event to control execution of rule commands.

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