REST.BindSource.TRESTComponentAdapter.CreateReadOnlyField

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

Delphi

procedure CreateReadOnlyField<T>(const AFieldName: string; const AGetMemberObject: IGetMemberObject;
AMemberType: TScopeMemberType; const AGetterFunc: TFunc<T>; const APersistent: TPersistent = nil);

C++

template<typename T> void __fastcall CreateReadOnlyField(const System::UnicodeString AFieldName, const Data::Bind::Objectscope::_di_IGetMemberObject AGetMemberObject, Data::Bind::Components::TScopeMemberType AMemberType, const System::DelphiInterface<System::Sysutils::TFunc__1<T> > AGetterFunc, System::Classes::TPersistent* const APersistent = (System::Classes::TPersistent*)(0x0));

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
REST.BindSource.pas
REST.BindSource.hpp
REST.BindSource TRESTComponentAdapter

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。