Data.Bind.ObjectScope.TBaseObjectBindSource

De RAD Studio API Documentation
Aller à : navigation, rechercher

Data.Bind.Components.TBaseLinkingBindSourceData.Bind.Components.TBaseBindScopeComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBaseObjectBindSource

Delphi

TBaseObjectBindSource = class(TBaseLinkingBindSource, IScopeEditLink, IScopeRecordEnumerable,
IScopeNavigator, IScopeState, IScopeEditor, IScopeMemberNames, IScopeCurrentRecord, IScopeActive,
IScopeMemberScripting, IScopeGetRecord,
IScopeLookup, IScopeNavigatorUpdates, IScopeLocate)

C++

class PASCALIMPLEMENTATION TBaseObjectBindSource : public Data::Bind::Components::TBaseLinkingBindSource

Propriétés

Type Visibilité  Source Unité  Parent
class public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope

Description

Représente une source de liaison qui supporte les adaptateurs pour se connecter à différents types de données.

La classe TBaseObjectBindSource implémente une source de liaison qui supporte les adaptateurs pour se connecter à différents types de données. L'adaptateur peut être fourni en définissant une propriété (InternalAdapter) ou en implémentant l'événement OnCreateAdapter.

Voir aussi