OnFormSubmit Event


Applies to

THtmlViewer, TFrameViewer and TFrameBrowser components

THtmlViewer and TFrameViewer Declaration

property OnFormSubmit: TFormSubmitEvent;

TFrameBrowser Declaration

property OnFormSubmit: TbrFormSubmitEvent;

Description

The OnFormSubmit event occurs when an HTML Form's submit button is depressed. See the Type TFormSubmitEvent and TbrFormSubmitEvent description for details on the passed parameters.

See Also:

FormControlList Property

FormData Property

IDControl Property