API:Bde.DBBdeWeb.TQueryTableProducer.OnCreateContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCreateContent;

C++

__property OnCreateContent;

Properties

Type Visibility Source Unit Parent
event published
Bde.DBBdeWeb.pas
Bde.DBBdeWeb.hpp
Bde.DBBdeWeb TQueryTableProducer

Description

Occurs in descendants of TDSTableProducer when the Content method needs to generate the HTML table image.

Bde.DBBdeWeb.TQueryTableProducer.OnCreateContent inherits from Web.DBWeb.TDSTableProducer.OnCreateContent. All content below this line refers to Web.DBWeb.TDSTableProducer.OnCreateContent.

Occurs in descendants of TDSTableProducer when the Content method needs to generate the HTML table image.

Write an OnCreateContent event handler to conditionally prevent the Content method from producing any HTML commands. Set the Continue parameter to False to make Content return an empty string.

See Also