TcxCustomEdit.PostEditValue Method
Writes the value to a data storage.
Declaration
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