Data.Bind.ObjectScope.TCustomPrototypeBindSource

[–] 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.