Web.DBWeb.THTMLTableColumn.Custom

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

Delphi

property Custom: string read FCustom write SetCustom;

C++

__property System::UnicodeString Custom = {read=FCustom, write=SetCustom};

プロパティ

種類 可視性 ソース ユニット
property published
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb THTMLTableColumn

説明

列内のセルに付けられる HTML の TD タグのタグオプションとその値を指定します。

Custom プロパティを使用すると,HTML タグに追加する 1 つまたは複数のオプションを指定できます。各オプションと値は以下の形式で記述しなければなりません。

OPTIONNAME=Value

Custom プロパティに 2 つ以上のオプションを指定する場合,各オブジェクトをスペースで区切ってください。

関連項目