Bde.DBBdeWeb.TQueryTableProducer.OnFormatCell

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property OnFormatCell: THTMLFormatCellEvent read FOnFormatCell write FOnFormatCell;

C++

__property OnFormatCell;

プロパティ

種類 可視性 ソース ユニット
event published
Bde.DBBdeWeb.pas
Bde.DBBdeWeb.hpp
Bde.DBBdeWeb TQueryTableProducer

説明

指定されたセルに対して HTML が生成されようとするときに発生します。

Bde.DBBdeWeb.TQueryTableProducer.OnFormatCell は Web.DBWeb.TDSTableProducer.OnFormatCell を継承しています。以下の内容はすべて Web.DBWeb.TDSTableProducer.OnFormatCell を参照しています。

指定されたセルに対して HTML が生成されようとするときに発生します。

OnFormatCell イベントハンドラを記述すると,HTML テーブル内の個々のセルの外観や内容を,TDSTableProducer が作成したデフォルトの値から変更できます。

関連項目