Web.DBWeb.THTMLTableColumns.GetAttr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAttr(Index: Integer): string; override;

C++

DYNAMIC System::UnicodeString __fastcall GetAttr(int Index);

Properties

Type Visibility Source Unit Parent
function protected
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb THTMLTableColumns

Description

Returns the column attribute for the given Index.

The GetAttr method returns the number of column attribute for the given Index.

See also