API:Bde.DBBdeWeb.TQueryTableProducer.OnGetTableCaption
Delphi
property OnGetTableCaption: THTMLGetTableCaptionEvent read FOnGetTableCaption write FOnGetTableCaption;
C++
__property OnGetTableCaption;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | Bde.DBBdeWeb.pas Bde.DBBdeWeb.hpp |
Bde.DBBdeWeb | TQueryTableProducer |
Description
Occurs when the HTML table producer is about to generate the HTML for the table caption.
Bde.DBBdeWeb.TQueryTableProducer.OnGetTableCaption inherits from Web.DBWeb.TDSTableProducer.OnGetTableCaption. All content below this line refers to Web.DBWeb.TDSTableProducer.OnGetTableCaption.
Occurs when the HTML table producer is about to generate the HTML for the table caption.
Write an OnGetTableCaption event handler to change the value or placement of the HTML table caption. The Caption and Alignment parameters are originally set to the values of the Caption and CaptionAlignment properties, respectively. The OnGetTableCaption event handler can change these values to alter the caption for the HTML table returned by the Content method.