REST.BindSource.TRESTComponentAdapter.CreateReadWriteField
Delphi
procedure CreateReadWriteField<T>(const AFieldName: string; const AGetMemberObject: IGetMemberObject; AMemberType: TScopeMemberType; const AGetterFunc: TFunc<T>; const ASetterProc: TProc<T>; const APersistent: TPersistent = nil);
C++
template<typename T> void __fastcall CreateReadWriteField(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, const System::DelphiInterface<System::Sysutils::TProc__1<T> > ASetterProc, System::Classes::TPersistent* const APersistent = (System::Classes::TPersistent*)(0x0));
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
protected | REST.BindSource.pas REST.BindSource.hpp |
REST.BindSource | TRESTComponentAdapter |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。