REST.BindSource.TRESTComponentAdapter.TReadWriteField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

template<typename T> class PASCALIMPLEMENTATION TReadWriteField__1 : public Data::Bind::Objectscope::TBindSourceAdapterReadWriteField__1<T>

Properties

Type Visibility Source Unit Parent
class public
REST.BindSource.pas
REST.BindSource.hpp
REST.BindSource TRESTComponentAdapter

Description

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

REST.BindSource.TRESTComponentAdapter.TReadWriteField inherits from Data.Bind.ObjectScope.TBindSourceAdapterReadWriteField. All content below this line refers to Data.Bind.ObjectScope.TBindSourceAdapterReadWriteField.

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

See Also