API:Data.Bind.Components.TContainedBindComponent

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TBasicBindComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTContainedBindComponent
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TContainedBindComponent = class abstract(TBasicBindComponent)

C++

class PASCALIMPLEMENTATION TContainedBindComponent : public TBasicBindComponent

Description

Base class for all contained binding components descending from it.

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

Base class for all contained binding components descending from it. All binding components eventually have TBasicBindComponent as ancestor.

See Also