Data.Bind.ObjectScope.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.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope

Description

TDefUpdateMethod is an internal data type of TBindFieldDefs.

It only has the TDefUpdateMethod parameter that is an argument.

See Also