RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDSTableProducer.Create Constructor

Creates an instance of TDSTableProducer.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TDSTableProducer(TComponent * AOwner);

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. 

 

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