Data.Bind.ObjectScope.TBindSourceAdapterGetMemberObject

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTBindSourceAdapterGetMemberObject
[–] 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