TFrameBrowser component
property OnGetPostRequest: TGetPostRequestEvent;
property OnGetPostRequestEx: TGetPostRequestExEvent;
These event handlers allows the program to respond with an HTML document in stream form whenever a new document is requested.
The OnGetPostRequest event is retained for backwards compatibility. Use the OnGetPostRequestEx event for new applications -- it has additional parameters.
See the TGetPostRequestEvent and TGetPostRequestExEvent type for usage information.
See Also