Data.Bind.ObjectScope.TSetObjectEvent
[–] Properties | |
---|---|
Type: type typedef
| |
Visibility: public | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: Data.Bind.ObjectScope |
Delphi
TSetObjectEvent = procedure(Sender: TBindSourceAdapter; AObject: TObject) of object;
C++
typedef void __fastcall (__closure *TSetObjectEvent)(TBindSourceAdapter* Sender, System::TObject* AObject);
Description
TSetObjectEvent is an event handler that takes place when an object is assigned to an adapter as data source.