FireDAC.Comp.DataSet.TFDMasterDataLink.EnableDelayedScroll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EnableDelayedScroll;

C++

void __fastcall EnableDelayedScroll(void);

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.

See Also