show / hide menu

BindToTableView

Syntax: BindToTableView(SourceControl,DestinationControl)

BindToTableView is used to display the data from the data table in a table view.

Here, the source control name should be the data table control name and the destination controal name should be the table view control name to which the data from the data table control has to be displayed.


Preview: