FireDAC.Comp.DataSet.TFDMasterDataLink.EnableScroll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EnableScroll;

C++

void __fastcall EnableScroll();

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 refresh of a detail dataset.

Call the EnableScroll method of the detail dataset's MasterLink property to re-enable the delayed refresh of the detail dataset. The method reverts the effect of the DisableScroll method call.

See Also