TTMSFNCBitmapEditor.Execute Method
Opens the bitmap editor dialog asynchronously and calls the completion procedure with the modal result.
API unit family: TMSFNCBitmapEditor
Declaring type: TTMSFNCBitmapEditor
Overloads
Overload 1
Opens the bitmap editor dialog asynchronously and calls the completion procedure with the modal result.
procedure Execute(AProc: TModalResultProc = nil);
Parameters
| Name | Description |
|---|---|
AProc |
Optional callback invoked when the dialog closes. |
Overload 2
Opens the bitmap editor dialog and returns the modal result (
mrOkormrCancel).
function Execute: TModalResult;
Returns
mrOk if the user confirmed the bitmap selection; mrCancel if the dialog was dismissed.