Data.Bind.ObjectScope.TBindSourceAdapter.CreateRttiFieldField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function CreateRttiFieldField<T>(AProperty: TRttiField; ABindSourceAdapter: TBindSourceAdapter;  const AGetMemberObject: IGetMemberObject; AMemberType: TScopeMemberType; LDummy: TDummy<T> = nil): TBindSourceAdapterField;

C++

template<typename T> __classmethod TBindSourceAdapterField* __fastcall CreateRttiFieldField(System::Rtti::TRttiField* AProperty, TBindSourceAdapter* ABindSourceAdapter, const _di_IGetMemberObject AGetMemberObject, Data::Bind::Components::TScopeMemberType AMemberType, TDummy__1<T>* LDummy = (TDummy__1<T>*)(0x0));

Properties

Type Visibility Source Unit Parent
function protected
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!