Skip to main content

TcxCustomBlobEditProperties.AlwaysSaveData Property

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

Declaration

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