RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetTableProducer.OnGetTableCaption Event

Occurs when the HTML table producer is about to generate the HTML for the table caption.

Pascal
property OnGetTableCaption: THTMLGetTableCaptionEvent;
C++
__property THTMLGetTableCaptionEvent OnGetTableCaption;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!