API:Bde.DBBdeWeb.TQueryTableProducer.OnFormatCell

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 OnFormatCell;

C++

__property OnFormatCell;

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