Skip to main content

TcxSchedulerDBStorage.SmartRefresh Property

Specifies the manner in which dataset records are updated.

Declaration

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