ITMSFNCFilterDialogService.Execute Method
Shows the filter dialog and returns the dialog result.
API unit family: TMSFNCFilterDialog
Declaring type: ITMSFNCFilterDialogService
Syntax
function Execute(AModal: Boolean = True): TModalResult;
Parameters
| Name | Description |
|---|---|
AModal |
Pass True to show the dialog modally, False to show it non-modally. |
Returns
The modal result indicating how the dialog was closed.