API: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 Basisklasse, die eine Bindungsquelle zum Erstellen von Beispieldaten implementiert.

Data.Bind.ObjectScope.TPrototypeBindSource erbt von Data.Bind.ObjectScope.TCustomPrototypeBindSource. Der folgende Inhalt bezieht sich auf Data.Bind.ObjectScope.TCustomPrototypeBindSource.

Ist eine Basisklasse, die eine Bindungsquelle zum Erstellen von Beispieldaten implementiert.

Leiten Sie beim Erstellen einer eigenen Prototypbindungsquelle Ihre Klasse von TCustomPrototypeBindSource ab. Beim Entwurf von Anwendungen steht TPrototypeBindSource in der Tool-Palette zur Verfügung.

Siehe auch