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

TcxSchedulerDBStorage.SmartRefresh Property

Specifies the manner in which dataset records are updated.

#Declaration

Delphi
property SmartRefresh: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

If the SmartRefresh property is set to True only the records which have been changed by the scheduler will be reloaded from the scheduler’s storage. Otherwise all dataset records will be updated regardless of whether or not their values have been changed by the scheduler.

The default value of the SmartRefresh property is False.

See Also