Data.DB.TDefCollection.DoUpdate
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TDefCollection |
Delphi
procedure DoUpdate(Sender: TObject);
C++
void __fastcall DoUpdate(System::TObject* Sender);
Description
Internally calls DefChanged.
The DoUpdate method internally calls TDataSet.DefChanged to update the definitions collection. It is used internally by the FOnUpdate
event.