MyDAC

TMyDataSetOptions.AutoRefresh Property

Used to automatically refresh dataset every AutoRefreshInterval seconds.

Class

TMyDataSetOptions

Syntax

property AutoRefresh: boolean default False;

Remarks

If True, dataset will be automatically refreshed every AutoRefreshInterval seconds. If dataset has at least one key field and a TIMESTAMP field, the TCustomMyDataSet.RefreshQuick method will be executed, otherwise the Refresh method will be executed. This option is only available for Windows.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback