Data.Bind.ObjectScope.TCustomPrototypeBindSource

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Data.Bind.ObjectScope.TBaseObjectBindSourceData.Bind.Components.TBaseLinkingBindSourceData.Bind.Components.TBaseBindScopeComponentSystem.Classes.TComponentTCustomPrototypeBindSource

Delphi

TCustomPrototypeBindSource = class(TBaseObjectBindSource)

C++

class PASCALIMPLEMENTATION TCustomPrototypeBindSource : public TBaseObjectBindSource

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.

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