TcxCustomEdit.EditingValue Property
In This Article
Returns the value being edited.
#Declaration
Delphi
property EditingValue: TcxEditValue read;
#Property Value
Type |
---|
Tcx |
#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