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

Delphi

TCustomPrototypeBindSource = class(TBaseObjectBindSource)

C++

class PASCALIMPLEMENTATION TCustomPrototypeBindSource : public TBaseObjectBindSource

Properties

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

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