Data.Bind.ObjectScope.TSetObjectEvent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope


説明

TSetObjectEvent は、オブジェクトがデータソースとしてアダプタに割り当てられる際に発生するイベント ハンドラです。