API:Data.Bind.ObjectScope.TPrototypeBindSource

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TPrototypeBindSource = class(TCustomPrototypeBindSource)

C++

class PASCALIMPLEMENTATION TPrototypeBindSource : public TCustomPrototypeBindSource

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.

Data.Bind.ObjectScope.TPrototypeBindSource inherits from Data.Bind.ObjectScope.TCustomPrototypeBindSource. All content below this line refers to Data.Bind.ObjectScope.TCustomPrototypeBindSource.

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