Data.DB.TDefCollection.UpdateDefs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateDefs(AMethod: TDefUpdateMethod);

C++

void __fastcall UpdateDefs(TDefUpdateMethod AMethod);

Properties

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

Description

Updates the definitions collection according to the given update method.

The UpdateDefs method is used to update the definitions collection according to the given update method specified through the AMethod parameter. AMethod is a procedure of object.

See Also