Table of Contents

TTMSFNCCustomDataGridColumnsEditor.Execute Method

Opens the dialog. On Web, AProc is called with the modal result when the dialog closes; AModal controls whether execution blocks.

API unit family: TMSFNCDataGridColumnsEditor Declaring type: TTMSFNCCustomDataGridColumnsEditor

Overloads

Overload 1

Opens the dialog. On Web, AProc is called with the modal result when the dialog closes; AModal controls 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 = False to 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.