API:Data.Bind.Components.TBindComponentDelegate

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TContainedBindComponentData.Bind.Components.TBasicBindComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBindComponentDelegate

Delphi

TBindComponentDelegate = class(TContainedBindComponent)

C++

class PASCALIMPLEMENTATION TBindComponentDelegate : public TContainedBindComponent

Properties

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

Description

Base class for all common binding components descending from it.

Data.Bind.Components.TBindComponentDelegate inherits from Data.Bind.Components.TContainedBindComponent. All content below this line refers to Data.Bind.Components.TContainedBindComponent.

Base class for all common binding components descending from it.

TContainedBindComponent is an abstract class that is the base class for TCommonBindComponent.

See Also