Data.DB.TDefCollection.DoUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoUpdate(Sender: TObject);

C++

void __fastcall DoUpdate(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TDefCollection

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