Data.Bind.Components.TBindScope.Component

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Component: TComponent read FComponent write SetComponent;

C++

__property Component;

Properties

Type Visibility Source Unit Parent
property published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindScope

Description

Specifies the component that will be referenced by binding expressions.

Data.Bind.Components.TBindScope.Component inherits from Data.Bind.Components.TCustomBindScope.Component. All content below this line refers to Data.Bind.Components.TCustomBindScope.Component.

Specifies the component that will be referenced by binding expressions.

See Also