Data.Bind.ObjectScope.TBindSourceAdapterGetMemberObject

From RAD Studio API Documentation

TBindSourceAdapterGetMemberObjectSystem.TInterfacedObjectSystem.TObject
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: Data.Bind.ObjectScope

Delphi

TBindSourceAdapterGetMemberObject = class(TInterfacedObject, IGetMemberObject)

C++

class PASCALIMPLEMENTATION TBindSourceAdapterGetMemberObject : public System::TInterfacedObject

Description

Is the implementation of the IGetMemberObject interface used to get the object associated with an adapter.

See Also