API:Bde.DBBdeWeb.TQueryTableProducer.OnFormatCell

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnFormatCell;

C++

__property OnFormatCell;

Properties

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

Description

Occurs when the HTML for a specified cell specified is about to be generated.

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

Occurs when the HTML for a specified cell specified is about to be generated.

Write an OnFormatCell event handler to change the appearance or contents of individual cells in the HTML table from the default values produced by TDSTableProducer.

See Also