Bde.DBBdeWeb.TQueryTableProducer.Caption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Caption: string read FCaption write SetCaption default 0;

C++

__property Caption = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Bde.DBBdeWeb.pas
Bde.DBBdeWeb.hpp
Bde.DBBdeWeb TQueryTableProducer

Description

Specifies the caption string that appears with the HTML table.

Bde.DBBdeWeb.TQueryTableProducer.Caption inherits from Web.DBWeb.TDSTableProducer.Caption. All content below this line refers to Web.DBWeb.TDSTableProducer.Caption.

Specifies the caption string that appears with the HTML table. Set Caption to add a caption to the HTML table that represents the dataset. Caption indicates the text that should appear inside the HTML CAPTION tag.

See Also