FireDAC.Comp.DataSet.TFDMasterDataLink.EnableDelayedScroll
Delphi
procedure EnableDelayedScroll;
C++
void __fastcall EnableDelayedScroll();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp | FireDAC.Comp.DataSet | TFDMasterDataLink | 
Description
Re-enables the delayed refresh of a detail dataset.
Call the EnableDelayedScroll method of the detail dataset's MasterLink property to re-enable the delayed refresh of the detail dataset and stop using the immediate refresh. The method reverts the effect of the DisableDelayedScroll method call.