Web.DBWeb.THTMLTableColumns.GetItemAttr

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

Delphi

function GetItemAttr(Index, ItemIndex: Integer): string; override;

C++

DYNAMIC System::UnicodeString __fastcall GetItemAttr(int Index, int ItemIndex);

プロパティ

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

説明

1 つの列に割り当てられた列属性の値を返します。

GetItemAttr メソッドは、1 つの列に割り当てられた Index 番目の列属性の値を返します。ItemIndex パラメータは、属性値が必要な列を特定します。

関連項目