Web.DBWeb.TDSTableProducer.OnGetTableCaption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetTableCaption: THTMLGetTableCaptionEvent

C++

__property THTMLGetTableCaptionEvent OnGetTableCaption = {read=FOnGetTableCaption, write=FOnGetTableCaption};

Properties

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

Description

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.

See Also