RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDSTableProducer.TableCaption Method

Returns the HTML <Caption> tag that defines the caption for the HTML table.

Pascal
function TableCaption: string; dynamic;
C++
__fastcall AnsiString TableCaption();

The table producer calls this protected method when it assembles its HTML table. TableCaption generates an OnGetTableCaption event to allow an event handler to override the Caption and CaptionAlignment properties. It then returns the HTML table caption tag (<caption>) with the resulting caption and alignment. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!