RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLQueryTableProducer.OnCreateContent Event

Occurs in descendants of TDSTableProducer when the Content method needs to generate the HTML table image.

Pascal
property OnCreateContent: TCreateContentEvent;
C++
__property TCreateContentEvent OnCreateContent;

Write an OnCreateContent event handler to conditionally prevent the Content method from producing any HTML commands. Set the Continue parameter to false to make Content return an empty string. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!