Data.Bind.ObjectScope.TCustomPrototypeBindSource

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TBaseObjectBindSourceData.Bind.Components.TBaseLinkingBindSourceData.Bind.Components.TBaseBindScopeComponentSystem.Classes.TComponentTCustomPrototypeBindSource
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: Data.Bind.ObjectScope

Delphi

TCustomPrototypeBindSource = class(TBaseObjectBindSource)

C++

class PASCALIMPLEMENTATION TCustomPrototypeBindSource : public TBaseObjectBindSource

Description

Is a base class that implements a bind source for creating sample data.

If you want to create your own custom prototype bind source, then you should derive your class from TCustomPrototypeBindSource. When designing applications, TPrototypeBindSource is available from the Tool Palette.

See Also