Data.Bind.ObjectScope.IBindSourceAdapter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBindSourceAdapter = interface

C++

__interface  INTERFACE_UUID("{6F63422E-B03D-4308-A536-12F3C5A22931}") IBindSourceAdapter  : public System::IInterface

Properties

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

Description

Is an interface that must be implemented by all classes that provide data to a TAdapterBindSource object.

See Also