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 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 that make use of the LiveBindings framework, you can use a TPrototypeBindSource component readily available in the Tool Palette to generate sample data for your bindings.

These tutorials in the Tutorials section describe the use of TPrototypeBindSource:

See Also