Data.Bind.ObjectScope.TObjectBindSourceAdapter

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TObjectBindSourceAdapterData.Bind.ObjectScope.TBaseObjectBindSourceAdapterData.Bind.ObjectScope.TBindSourceAdapterSystem.Classes.TComponentTObjectBindSourceAdapter

Delphi

TObjectBindSourceAdapter<T: class> = class(TBaseObjectBindSourceAdapter)
TObjectBindSourceAdapter = class(TObjectBindSourceAdapter<TObject>)

C++

template<typename T> class PASCALIMPLEMENTATION TObjectBindSourceAdapter__1 : public TBaseObjectBindSourceAdapter
class PASCALIMPLEMENTATION TObjectBindSourceAdapter : public TObjectBindSourceAdapter__1<System::TObject*>

Properties

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

Description

Implements an adapter to provide an arbitrary object to a TAdapterBindSource object. This class is typically used to implement a TPrototypeBindSource.OnCreateAdapter or TAdapterBindSource.OnCreateAdapter event.

See Also