TcxCustomEdit.Deactivate Method
Deactivates the editor if it is active.
Declaration
function Deactivate: Boolean; virtual;
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Call Activate and Deactivate methods to activate and deactivate the editor in code.
See Also