Web.DBWeb.TDSTableProducer.TableCaption

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

Delphi

function TableCaption: string; dynamic;

C++

DYNAMIC System::UnicodeString __fastcall TableCaption();

プロパティ

種類 可視性 ソース ユニット
function protected
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb TDSTableProducer

説明

HTML テーブルのキャプションを定義する HTML <Caption> タグを返します。

TDSTableProducer は,HTML テーブルを作成するときに,このプロテクトメソッドを呼び出します。TableCaption は,OnGetTableCaption イベントを生成して,イベントハンドラが Caption プロパティ,および CaptionAlignment プロパティをオーバーライドできるようにします。続いて,結果として生じるキャプションおよびアラインメントと一緒に,HTML テーブルのキャプションタグ(<caption>)を返します。

関連項目