API:Bde.DBBdeWeb.TQueryTableProducer.OnCreateContent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
Bde.DBBdeWeb.pas
Bde.DBBdeWeb.hpp
Unit: Bde.DBBdeWeb
Parent: TQueryTableProducer

Delphi

property OnCreateContent;

C++

__property OnCreateContent;

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