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