TTMSFNCDataGridColumnsEditor.Execute Method
Opens the dialog. On Web,
AProcis called with the modal result when the dialog closes;AModalcontrols whether execution blocks.
API unit family: TMSFNCDataGridColumnsEditor
Declaring type: TTMSFNCDataGridColumnsEditor
Inherited from: TTMSFNCCustomDataGridColumnsEditor
Overloads
Overload 1
Opens the dialog. On Web,
AProcis called with the modal result when the dialog closes;AModalcontrols whether execution blocks.
procedure Execute(AProc: TModalResultProc = nil; AModal: Boolean = True); override;
Parameters
| Name | Description |
|---|---|
AProc |
Callback invoked by the operation. |
AModal |
Argument used by the operation. |
Overload 2
Opens the dialog and returns the modal result when it closes. Pass
AModal = Falseto show it as a non-modal window.
function Execute(AModal: Boolean = True): TModalResult; override;
Parameters
| Name | Description |
|---|---|
AModal |
Argument used by the operation. |
Returns
The resulting object or value.