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