Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomBlobEditProperties.AlwaysSaveData Property

Determines whether the data entered into an editor is saved when the editor’s dropdown window is closed.

#Declaration

Delphi
property AlwaysSaveData: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Use the AlwaysSaveData property to determine whether the data entered into the editor is saved when the editor loses focus or the editor dropdown window gets closed. If this property value is False, then data entered into the editor is saved only when a user clicks the OK button within the editor dropdown window.

The default value of the AlwaysSaveData property is True.

See Also