Data.Bind.Components.TLinkControlToFieldDelegate.DataSource
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: TLinkControlToFieldDelegate | |
Delphi
property DataSource: TBaseLinkingBindSource read GetDataSource write SetDataSource;
C++
__property TBaseLinkingBindSource* DataSource = {read=GetDataSource, write=SetDataSource};
Description
Specifies a TBaseLinkingBindSource object to which this delegate component links.
Use DataSource to determine or set the TBaseLinkingBindSource object that connects to a specific dataset.