Data.Bind.ObjectScope.TBindSourceAdapter

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBindSourceAdapter
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: Data.Bind.ObjectScope

Delphi

TBindSourceAdapter = class(TComponent, IBindSourceAdapter)

C++

class PASCALIMPLEMENTATION TBindSourceAdapter : public System::Classes::TComponent

Description

Represents the adapter base class for providing data to a TAdapterBindSource object.

See Also