TcxCustomEdit.PostEditValue Method
In This Article
Writes the value to a data storage.
#Declaration
Delphi
procedure PostEditValue;
#Remarks
The PostEditValue method writes the edit value to a data storage by assigning it to the StoredValue property of the DataBinding object.
See Also