Advantage TDataSet Descendant
Rereads the current record.
procedure AdsRefreshRecord;
CAUTION It is recommended that this Advantage extended method not be used. Please read the Caution About Extended Methods for more information. The suggested native Delphi method to use instead is: Refresh. See your Delphi documentation for more information about this native Delphi method.
Rereads the record from the server. This function should be used if it is likely that another concurrent user has updated the record this user is currently positioned on. When it is not possible for another user to update the record (the record is locked, the table is locked, or the table is opened exclusively) this function will do nothing. To cancel an update, use AdsCancelUpdate.
AdsTable1.Refresh;