Web.DBWeb.TDSTableProducer.TableCaption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TableCaption: string; dynamic;

C++

DYNAMIC System::UnicodeString __fastcall TableCaption();

Properties

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

Description

Returns the HTML <Caption> tag that defines the caption for the HTML table.

The table producer calls this protected method when it assembles its HTML table. TableCaption generates an OnGetTableCaption event to allow an event handler to override the Caption and CaptionAlignment properties. It then returns the HTML table caption tag (<caption>) with the resulting caption and alignment.

See Also