Data.Bind.ObjectScope.TBindSourceAdapterReadWriteObjectField

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TBindSourceAdapterReadWriteFieldData.Bind.ObjectScope.TBindSourceAdapterReadFieldData.Bind.ObjectScope.TBindSourceAdapterFieldTBindSourceAdapterReadWriteObjectField

Delphi

TBindSourceAdapterReadWriteObjectField<T: class> = class(TBindSourceAdapterReadWriteField<T>)

C++

template<typename T> class PASCALIMPLEMENTATION TBindSourceAdapterReadWriteObjectField__1 : public TBindSourceAdapterReadWriteField__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. It also provides streaming and is assignable.

See Also