Web.DBWeb.TDSTableProducer.DoGetCaption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoGetCaption(var TableCaption: string;  var CaptionAlign: THTMLCaptionAlignment); dynamic;

C++

DYNAMIC void __fastcall DoGetCaption(System::UnicodeString &TableCaption, THTMLCaptionAlignment &CaptionAlign);

Properties

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

Description

Generates an OnGetCaption event.

Applications cannot call this protected method. It is called internally by the Content method to let the OnGetTableCaption event handler change the Caption and CaptionAlignment properties when the table caption is rendered as HTML.

Descendants of TDSTableProducer can override DoCreateCaption to make additional changes when the caption is rendered or to block the OnCreateCaption event.

See Also