Back to Devexpress

TcxSchedulerDBStorage.SmartRefresh Property

vcl-cxschedulerdbstorage-dot-tcxschedulerdbstorage-2710d4a8.md

latest937 B
Original Source

TcxSchedulerDBStorage.SmartRefresh Property

Specifies the manner in which dataset records are updated.

Declaration

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

Property Value

TypeDefault
BooleanFalse

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

TcxSchedulerDBStorage Class

TcxSchedulerDBStorage Members

cxSchedulerDBStorage Unit