FireDAC.Comp.DataSet.TFDMasterDataLink.EnableDelayedScroll
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
| Unit: FireDAC.Comp.DataSet | |
| Parent: TFDMasterDataLink | |
Delphi
procedure EnableDelayedScroll;
C++
void __fastcall EnableDelayedScroll();
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.