TIEEditControls.EditingEnabled
 
Declaration
property EditingEnabled: Boolean;
Description
Enables the control.
Note: You are recommended to use 
EditingEnabled rather than 
Enabled to disable the control
Default: True
// Disable the control functionality
IEEditControls1.EditingEnabled := False;