Web.DBWeb.TCreateContentEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCreateContentEvent = procedure (Sender: TObject; var Continue: Boolean) of object;

C++

typedef void __fastcall (__closure *TCreateContentEvent)(System::TObject* Sender, bool &Continue);

Properties

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

Description

TCreateContentEvent is the type of event handlers that indicate whether a table producer component generates the HTML to represent its dataset.

Sender is the table producer that generates an HTML table to represent a dataset.

Continue returns true if the table producer can generate its table under current conditions. If Continue returns false, the table producer's content is an empty string.

See Also