Bde.DBBdeWeb.TQueryTableProducer.Query
Delphi
property Query: TQuery read FQuery write SetQuery;
C++
__property Bde::Dbtables::TQuery* Query = {read=FQuery, write=SetQuery};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Bde.DBBdeWeb.pas Bde.DBBdeWeb.hpp |
Bde.DBBdeWeb | TQueryTableProducer |
Description
Specifies the TQuery object that TQueryTableProducer runs to obtain its data.
Set Query to specify the query to run to obtain the data for the HTML table. Use Query to set the query for the TQueryTableProducer rather than the DataSource property: TQueryTableProducer generates its data source internally.
The individual field bindings specified by the THTMLTableColumn objects in the Columns property refer to fields in DataSet.
Note: Query is identical to the DataSet property, except Query does not use the TDataSet base class of the query object.