API:Data.Bind.Components.TContainedBindComponent

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TBasicBindComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTContainedBindComponent

Delphi

TContainedBindComponent = class abstract(TBasicBindComponent)

C++

class PASCALIMPLEMENTATION TContainedBindComponent : public TBasicBindComponent

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 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