Data.Bind.DBLinks.TBaseBindDBControlLink

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TBindComponentDelegateData.Bind.Components.TContainedBindComponentData.Bind.Components.TBasicBindComponentSystem.Classes.TComponentSystem.Classes.TPersistentTBaseBindDBControlLink
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.DBLinks.pas
Data.Bind.DBLinks.hpp
Unit: Data.Bind.DBLinks
Parent: Data.Bind.DBLinks

Delphi

TBaseBindDBControlLink = class(TBindComponentDelegate, IBindActivate)

C++

class PASCALIMPLEMENTATION TBaseBindDBControlLink : public Data::Bind::Components::TBindComponentDelegate

Description

Represents a base binding component that wraps another binding component in order to link to a control.

See Also