Web.DBWeb.TDSTableProducer.Caption
Delphi
property Caption: string read FCaption write SetCaption;
C++
__property System::UnicodeString Caption = {read=FCaption, write=SetCaption};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Web.DBWeb.pas Web.DBWeb.hpp |
Web.DBWeb | TDSTableProducer |
Description
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.