Data.Bind.ObjectScope.TPrototypeBindSource

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Data.Bind.ObjectScope.TCustomPrototypeBindSourceData.Bind.ObjectScope.TBaseObjectBindSourceData.Bind.Components.TBaseLinkingBindSourceData.Bind.Components.TBaseBindScopeComponentTPrototypeBindSource

Delphi

TPrototypeBindSource = class(TCustomPrototypeBindSource)

C++

class PASCALIMPLEMENTATION TPrototypeBindSource : public TCustomPrototypeBindSource

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope


Beschreibung

Ist eine Bindungsquelle zum Erstellen von Beispieldaten.

Leiten Sie beim Erstellen einer eigenen Prototypbindungsquelle Ihre Klasse von TCustomPrototypeBindSource ab. Beim Entwurf von Anwendungen, die das LiveBindings-Framework verwenden, können Sie zum Generieren von Beispieldaten für Ihre Bindungen eine TPrototypeBindSource-Komponente aus der Tool-Palette verwenden.

In diesen Tutorials im Abschnitt Tutorials wird die Verwendung von TPrototypeBindSource beschrieben:

Siehe auch