TTMSFNCDataBinder.ConnectGrid Method
Creates a grid binding that maps all dataset columns to a grid component.
API unit family: TMSFNCDataBinding
Declaring type: TTMSFNCDataBinder
Syntax
function ConnectGrid(AObject: TObject; ADatasource: TDataSource): TTMSFNCDataBinderItem;
Parameters
| Name | Description |
|---|---|
AObject |
Grid component to bind. |
ADatasource |
Data source supplying the dataset. |
Returns
The new binding item added to the Items collection.