Skip to main content

TcxDBTreeListOptionsData.SmartRefresh Property

Determines the manner in which dataset records are updated.

Declaration

property SmartRefresh: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

By default, the TcxDBTreeListDataController updates all dataset records, regardless of whether a record has been changed or not. If the SmartRefresh option is activated, the TreeList data controller reloads only changed records. This option is only in effect when the SmartLoad option is deactivated, the key field for the dataset is specified and the source of changes is the TcxDBTreeList control.

The default value of the SmartRefresh property is False.

See Also