Web.DBWeb.TDSTableProducer.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TDSTableProducer(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb TDSTableProducer

Description

Creates an instance of TDSTableProducer.

Call Create to create a table producer from within the OnAction event handler of a TWebActionItem that needs to produce an HTML image of a dataset in response to an HTTP request message.

After calling the inherited constructor, Create allocates all the helper objects used by TDSTableProducer and initializes the MaxRows property to 20.

See Also