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