RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInetXPageProducer.OnBeforeGetContent Event

Occurs when the Content method is called.

Pascal
property OnBeforeGetContent: TNotifyEvent;
C++
__property TNotifyEvent OnBeforeGetContent;

Write an OnBeforeGetContent event handler to take specific action immediately before the page producer generates an HTML document. This event occurs when the Content method is called before the page producer starts assembling its HTML document. Typically it is used in applications where the page producer automatically responds to messages as the Provider property of an action item or the Response producer property of an XML broker. 

 

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