Source: Object;
The Source property determines the source, based on which a table is created.
The data source described by the IDtProvider interface must be specified as the value of this property. The data source must be closed. Table structure is formed automatically based on the source structure. The data is loaded from the selected data source after the table creation.
The example of use is given in description of the Execute method.
See also: