Data.Bind.ObjectScope.TBindSourceAdapterReadWriteField

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TBindSourceAdapterReadFieldData.Bind.ObjectScope.TBindSourceAdapterFieldSystem.Classes.TPersistentSystem.TObjectTBindSourceAdapterReadWriteField

Delphi

TBindSourceAdapterReadWriteField<T> = class(TBindSourceAdapterReadField<T>)

C++

template<typename T> class PASCALIMPLEMENTATION TBindSourceAdapterReadWriteField__1 : public TBindSourceAdapterReadField__1<T>

Properties

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

Description

Represents an adapter field that supports reading and writing of its value using an exposed Value property.

See Also