Data.Bind.ObjectScope.TBindSourceAdapterReadObjectField

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

Data.Bind.ObjectScope.TBindSourceAdapterReadObjectFieldData.Bind.ObjectScope.TBindSourceAdapterReadFieldData.Bind.ObjectScope.TBindSourceAdapterFieldTBindSourceAdapterReadObjectField

Delphi

TBindSourceAdapterReadObjectField<T: class> = class(TBindSourceAdapterReadField<T>)
TBindSourceAdapterReadObjectField = class(TBindSourceAdapterReadObjectField<TObject>)

C++

template<typename T> class PASCALIMPLEMENTATION TBindSourceAdapterReadObjectField__1 : public TBindSourceAdapterReadField__1<T>
class PASCALIMPLEMENTATION TBindSourceAdapterReadObjectField : public TBindSourceAdapterReadObjectField__1<System::TObject*>

プロパティ

種類 可視性 ソース ユニット
class public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope

説明

公開されている Value プロパティを使った値の読み取りをサポートしているアダプタ フィールドを表します。ストリーミング機能も用意されており、代入も可能です。


関連項目