RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBWeb.TCreateContentEvent Type

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

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

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. 

 

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