Unit
IBWeb
Declaration
TIBODatasetTableProducer = class(TDSTableProducer)
Description
This component is used in order to make it possible to do everything that the
TQueryTableProducer component does. It processes the input parameters of the
query based on the parameters which were posted from the surfer.
Please refer to the base class or TQueryTableProducer for the necessary help
since it is designed to work exactly like it.
| Introduced Public Properties |
|
IBODataset |
Reference to the IBODataset from which it will get data to populate the HTML
table with. |
| Introduced Public Methods |
Content
|
This method has been overriden so that the output of this component can be
customized appropriately. |