Data.DB.TDataLink.UpdateRecord
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TDataLink | |
Delphi
procedure UpdateRecord;
C++
void __fastcall UpdateRecord();
Description
Responds to notifications that edits should be posted to the dataset.
UpdateRecord calls UpdateData after guarding against calls to RecordChanged, which may arise while UpdateData is executing.
See Also