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