Web.DBWeb.TDSTableProducer.TableHeader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TableHeader: string; dynamic;

C++

DYNAMIC System::UnicodeString __fastcall TableHeader();

Properties

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

Description

Returns the HTML <Table> tag for the HTML table.

The table producer calls this protected method when it assembles its HTML table. TableHeader generates an HTML table tag (<Table>), using the TableAttributes property to determine what options are added to the tag.

See Also