Data.Bind.ObjectScope.TBindSourceAdapter.CreateRttiObjectPropertyField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

template<typename T> __classmethod TBindSourceAdapterField* __fastcall CreateRttiObjectPropertyField(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.