FireDAC.Comp.DataSet.TFDMasterDataLink.CancelSync

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CancelSync(AWithDetails: Boolean = True);

C++

void __fastcall CancelSync(bool AWithDetails = true);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDMasterDataLink

Description

Cancels the delayed detail dataset refreshing.

Call the CancelSync method to cancel the delayed detail dataset refreshing. The method has effect only when delayed refreshing is in effect. If AWithDetails is True, the refreshing operations for all sub-detail datasets are canceled too.

See Also