Web.HTTPProd.THTMLTableHeaderAttributes.Caption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Caption: string read FCaption write SetCaption;

C++

__property System::UnicodeString Caption = {read=FCaption, write=SetCaption};

Properties

Type Visibility Source Unit Parent
property published
Web.HTTPProd.pas
Web.HTTPProd.hpp
Web.HTTPProd THTMLTableHeaderAttributes

Description

Represents the text that appears in the header cell.

Set the Caption property to provide a caption for the column that contains the header cell. If the header cell is used by a dataset table producer or a query table producer, the Caption property overrides the field name that would label the column by default.

See Also