Back to Devexpress

TcxCustomEdit.EditingValue Property

vcl-cxedit-dot-tcxcustomedit-ffe9a783.md

latest862 B
Original Source

TcxCustomEdit.EditingValue Property

Returns the value being edited.

Declaration

delphi
property EditingValue: TcxEditValue read;

Property Value

Type
TcxEditValue

Remarks

If an editor is focused and its value is not yet validated, this property returns the editor’s text converted to the edit value. Otherwise, the EditValue property value is returned.

See Also

TcxCustomEdit.OnEditing

TcxCustomTextEditProperties.MaxValue

TcxCustomTextEditProperties.MinValue

TcxCustomEdit Class

TcxCustomEdit Members

cxEdit Unit