TcxCustomEdit.CanModify Method
Specifies whether the edit value can be modified.
Declaration
function CanModify: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
The CanModify method returns True if the edit value can be changed. If ReadOnly of the Properties property is set to True, the CanModify method always returns False. The CanModify method calls the CanModify method of the Properties object.
Descendants of the TcxCustomEdit class can override this method and provide their own conditions to enable modification.
See Also