Skip to main content

TcxCustomEdit.Deactivate Method

Deactivates the editor if it is active.

Declaration

function Deactivate: Boolean; virtual;

Returns

Type Description
Boolean

True if a Deactivate function call has an effect; otherwise, False.

Remarks

Call Activate and Deactivate methods to activate and deactivate the editor in code.

See Also