TTMSFNCHTMLEditor.Execute Method
Opens the HTML editing dialog asynchronously. The optional
AProccallback is invoked with the modal result when the dialog closes.
API unit family: TMSFNCHTMLEditor
Declaring type: TTMSFNCHTMLEditor
Overloads
Overload 1
Opens the HTML editing dialog asynchronously. The optional
AProccallback is invoked with the modal result when the dialog closes.
procedure Execute(AProc: TModalResultProc = nil);
Parameters
| Name | Description |
|---|---|
AProc |
Optional callback invoked with the TModalResult when the user closes the dialog. Pass nil to ignore the result. |
Overload 2
Opens the HTML editing dialog modally and returns
mrOkwhen the user accepts the edited HTML ormrCancelwhen the user cancels.
function Execute: TModalResult;