Data.Bind.ObjectScope.TBindSourceAdapterField

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TBindSourceAdapterField = class(TPersistent)

C++

class PASCALIMPLEMENTATION TBindSourceAdapterField : public System::Classes::TPersistent

Description

Represents the base class for an adapter field.

The TBindSourceAdapterField class is the base class for all adapter fields. It implements basic functionality for addressing a particular field through an adapter.

See Also