Data.Bind.ObjectScope.TBindSourceAdapterInstanceFactory

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTBindSourceAdapterInstanceFactory
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: Data.Bind.ObjectScope

Delphi

TBindSourceAdapterInstanceFactory = class

C++

class PASCALIMPLEMENTATION TBindSourceAdapterInstanceFactory : public System::TObject

Description

TBindSourceAdapterInstanceFactory is an internal utility class used by TListBindSourceAdapter<T> to create new instances of T class.

Note: Normally an application should not use this TBindSourceAdapterInstanceFactory directly.