REST.BindSource.TRESTComponentAdapter.TReadField

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

template<typename T> class PASCALIMPLEMENTATION TReadField__1 : public Data::Bind::Objectscope::TBindSourceAdapterReadField__1<T>

プロパティ

種類 可視性 ソース ユニット
class public
REST.BindSource.pas
REST.BindSource.hpp
REST.BindSource TRESTComponentAdapter

説明

公開されている Value プロパティを使った値の読み取りをサポートしているアダプタ フィールドを表します。

REST.BindSource.TRESTComponentAdapter.TReadField は Data.Bind.ObjectScope.TBindSourceAdapterReadField を継承しています。以下の内容はすべて Data.Bind.ObjectScope.TBindSourceAdapterReadField を参照しています。


公開されている Value プロパティを使った値の読み取りをサポートしているアダプタ フィールドを表します。


関連項目