FireDAC.Comp.DataSet.TFDMasterDataLink.EnableScroll

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDMasterDataLink

Delphi

procedure EnableScroll;

C++

void __fastcall EnableScroll();

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