Data.Bind.ObjectScope.TBindSourceAdapter.CreateRttiPropertyField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

template<typename T> __classmethod TBindSourceAdapterField* __fastcall CreateRttiPropertyField(System::Rtti::TRttiProperty* 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!