TTMSFNCBitmapContainerEditor.Execute Method
Opens the bitmap container editor dialog asynchronously and calls the completion procedure with the modal result.
API unit family: TMSFNCBitmapContainerEditor
Declaring type: TTMSFNCBitmapContainerEditor
Overloads
Overload 1
Opens the bitmap container 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 container editor dialog and returns the modal result (
mrOkormrCancel).
function Execute: TModalResult;
Returns
mrOk if the user confirmed the changes; mrCancel if the dialog was dismissed.