Web.DBWeb.TDSTableProducer.RowHeader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RowHeader: string; dynamic;

C++

DYNAMIC System::UnicodeString __fastcall RowHeader();

Properties

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

Description

Returns the HTML <TR> tag that defines each row of the HTML table.

The table producer calls this protected method for each row when it assembles its HTML table. RowHeader generates an HTML table row tag (<TR>), using the RowAttributes property to determine what options are added to the tag.

See Also