OnGetPostRequest and OnGetPostRequestEx Event


Applies to

TFrameBrowser component

Declaration

property OnGetPostRequest: TGetPostRequestEvent;

property OnGetPostRequestEx: TGetPostRequestExEvent;

Description

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

OnImageRequest Event