Links
EControl Syntax Editor SDK
ecKeyMap.TExecuteCommandEvent Type

TExecuteCommandEvent is the type for event that occurs when command is executed.

TExecuteCommandEvent = procedure (Sender: TObject; Command: integer; Data: ecPointer; var Handled: Boolean) of object;

ecKeyMap

TExecuteCommandEvent is the type for event that occurs when ExecuteCommand is called. 

Command is an ID of the command. 

Data is a pointer for data. 

Handled indicates whether the request is handled.

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