Data.DB.TDefCollection.UpdateDefs

From RAD Studio API Documentation
Revision as of 00:33, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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