Web.DBWeb.THTMLTableColumns.GetItemAttr
Delphi
function GetItemAttr(Index, ItemIndex: Integer): string; override;
C++
DYNAMIC System::UnicodeString __fastcall GetItemAttr(int Index, int ItemIndex);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | Web.DBWeb.pas Web.DBWeb.hpp  | 
        Web.DBWeb | THTMLTableColumns | 
Description
Returns the value of a custom attribute assigned to one of the columns.
The GetItemAttr method returns the value of the Indexth attribute assigned to a column. The ItemIndex parameter identifies the column whose attribute value is desired.