Web.DBWeb.THTMLGetTableCaptionEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *THTMLGetTableCaptionEvent)(System::TObject* Sender, System::UnicodeString &Caption, THTMLCaptionAlignment &Alignment);

Properties

Type Visibility Source Unit Parent
typedef public Web.DBWeb.hpp Web.DBWeb Web.DBWeb

Description

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

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.

See Also