Eplan Platform API
Eplan.EplApi.Base Namespace / Decider Class / Decide Method / Decide(EnumDecisionType,String,String,EnumDecisionReturn,EnumDecisionReturn,String,Boolean,EnumDecisionIcon) Method
the type of the decider
The text to show in the window.
The title of the window
A default decision, this one is preselected in the dialog.
The decision taken when no dialogs are allowed. used in quiet mode.
The decision id. A unique text to identify this dialog. Needed when the checkbox should be shown.
Show a checkbox like "do not show this decision again". Then the batch decision is returned the next time.
The icon displayed on the dialog.

In This Topic
    Decide(EnumDecisionType,String,String,EnumDecisionReturn,EnumDecisionReturn,String,Boolean,EnumDecisionIcon) Method
    In This Topic
    decide shows the dialog. When the application id in quiet mode, the batch decision is returned.
    Syntax

    Parameters

    type
    the type of the decider
    strText
    The text to show in the window.
    strTitle
    The title of the window
    eDefaultDecision
    A default decision, this one is preselected in the dialog.
    eBatchDecision
    The decision taken when no dialogs are allowed. used in quiet mode.
    strDecisionId
    The decision id. A unique text to identify this dialog. Needed when the checkbox should be shown.
    bShowCheckBox
    Show a checkbox like "do not show this decision again". Then the batch decision is returned the next time.
    eIcon
    The icon displayed on the dialog.

    Return Value

    The return value includes the pressed button or error.
    See Also