TTMSFNCCustomDataSetFilterDialog.Execute Method
Shows the dialog.
API unit family: TMSFNCFilterDialog
Declaring type: TTMSFNCCustomDataSetFilterDialog
Inherited from: TTMSFNCCustomFilterDialog
Overloads
Overload 1
Shows the dialog.
procedure Execute(AProc: TModalResultProc = nil; AModal: Boolean = True); override;
Parameters
| Name | Description |
|---|---|
AProc |
Callback invoked when the dialog closes. |
AModal |
True to show the dialog modally. |
Overload 2
Shows the dialog and returns the modal result.
function Execute(AModal: Boolean = True): TModalResult; override;
Parameters
| Name | Description |
|---|---|
AModal |
True to show the dialog modally. |
Returns
The modal result returned by the dialog.