Actualizes field values for the current record.
Class
TCustomDADataSet
Syntax
procedure RefreshRecord;
Remarks
Call the RefreshRecord method to actualize field values for the current record. RefreshRecord performs query to database and refetches new field values from the returned cursor.
See Also