API:Data.Bind.Components.TBindGridLink.SourceComponent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SourceComponent: TComponent read GetSourceComponent write SetSourceComponent;

C++

__property SourceComponent;

Properties

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

Description

Specifies the source of data for the control component.

Data.Bind.Components.TBindGridLink.SourceComponent inherits from Data.Bind.Components.TCommonBindComponent.SourceComponent. All content below this line refers to Data.Bind.Components.TCommonBindComponent.SourceComponent.

Specifies the source of data for the control component.

See Also