REST.BindSource.TRESTComponentAdapter.CreateReadOnlyField

From RAD Studio API Documentation
Jump to: navigation, search

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));

Properties

Type Visibility Source Unit Parent
procedure
function
protected
REST.BindSource.pas
REST.BindSource.hpp
REST.BindSource TRESTComponentAdapter

Description

Embarcadero Technologies does not currently have any additional information.