Web.DBWeb.TDSTableProducer.OnFormatCell

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnFormatCell: THTMLFormatCellEvent read FOnFormatCell  write FOnFormatCell;

C++

__property THTMLFormatCellEvent OnFormatCell = {read=FOnFormatCell, write=FOnFormatCell};

Properties

Type Visibility Source Unit Parent
event protected
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb TDSTableProducer

Description

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