Table of Contents

TTMSFNCHotSpotImageEditor.Execute Method

Shows the editor and calls the completion procedure when it closes.

API unit family: TMSFNCHotSpotImageEditor Declaring type: TTMSFNCHotSpotImageEditor

Overloads

Overload 1

Shows the editor and calls the completion procedure when it closes.

procedure Execute(AProc: TModalResultProc = nil);

Parameters

Name Description
AProc Optional completion procedure that receives the modal result.

Overload 2

Shows the editor modally.

function Execute: TModalResult;

Returns

The modal result returned by the editor.