API:Data.Bind.ObjectScope.TBindSourceAdapterReadField

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TBindSourceAdapterReadField<T> = class(TBindSourceAdapterField)

C++

template<typename T> class PASCALIMPLEMENTATION TBindSourceAdapterReadField__1 : public TBindSourceAdapterField

Description

Represents the base class for an adapter field.

Data.Bind.ObjectScope.TBindSourceAdapterReadField inherits from Data.Bind.ObjectScope.TBindSourceAdapterField. All content below this line refers to Data.Bind.ObjectScope.TBindSourceAdapterField.

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