RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseInetXPageProducer.OnAfterGetContent Event

Occurs after the page producer generates its HTML document.

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

Write an OnAfterGetContent event handler to take specific action immediately after the page producer generates an HTML document. This event occurs immediately before the Content method returns the generated 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!