Data.Bind.ObjectScope.TSetObjectEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSetObjectEvent = procedure(Sender: TBindSourceAdapter; AObject: TObject) of object;

C++

typedef void __fastcall (__closure *TSetObjectEvent)(TBindSourceAdapter* Sender, System::TObject* AObject);

Properties

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

Description

TSetObjectEvent is an event handler that takes place when an object is assigned to an adapter as data source.