Data.DB.TDefUpdateMethod

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDefUpdateMethod = procedure of object;

C++

typedef void __fastcall (__closure *TDefUpdateMethod)(void);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

Description

Procedure of object used by TDefCollection.UpdateDefs.

TDefUpdateMethod is a procedure of object used by the TDefCollection.UpdateDefs method.

See Also