API:Web.DBWeb.TDataSetTableProducer.OnFormatCell

From RAD Studio API Documentation

Delphi

property OnFormatCell: THTMLFormatCellEvent read FOnFormatCell write FOnFormatCell;

C++

__property OnFormatCell;

Properties

Type Visibility Source Unit Parent
event published
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb TDataSetTableProducer

Description

Occurs when the HTML for a specified cell specified is about to be generated. {{#multireplace:Web.DBWeb.TDataSetTableProducer.OnFormatCell|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Web.DBWeb.TDSTableProducer.OnFormatCell|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Web.DBWeb.TDSTableProducer.OnFormatCell|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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