Data.DB.TDefCollection.DoUpdate

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also