API:REST.BindSource.TRESTComponentAdapter.TReadField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

template<typename T> class PASCALIMPLEMENTATION TReadField__1 : public Data::Bind::Objectscope::TBindSourceAdapterReadField__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 of its value using an exposed Value property.

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

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

See Also