API:Data.Bind.ObjectScope.TBindSourceAdapterReadField

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TBindSourceAdapterFieldSystem.Classes.TPersistentSystem.TObjectTBindSourceAdapterReadField

Delphi

TBindSourceAdapterReadField<T> = class(TBindSourceAdapterField)

C++

template<typename T> class PASCALIMPLEMENTATION TBindSourceAdapterReadField__1 : public TBindSourceAdapterField

Properties

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

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