RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBWeb.THTMLGetTableCaptionEvent Type

THTMLGetTableCaptionEvent is the type of event handlers that change the placement or value of an HTML table caption.

Pascal
THTMLGetTableCaptionEvent = procedure (Sender: TObject; var Caption: string; var Alignment: THTMLCaptionAlignment) of object;
C++
(Sender: TObject; var Caption: string; var Alignment: THTMLCaptionAlignment) ( THTMLGetTableCaptionEvent)();

Sender is the producer component that is generating the HTML table. 

Caption is the text of the table caption. The event handler can change this string. 

Alignment indicates where the caption appears relative to the table. The event handler can change this value. 

 

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