Data.DB.TDefCollection.UpdateDefs

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 UpdateDefs(AMethod: TDefUpdateMethod);

C++

void __fastcall UpdateDefs(TDefUpdateMethod AMethod);

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