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

    Parameter NameDescription
    typethe type of the decider
    strTextThe text to show in the window.
    strTitleThe title of the window
    eDefaultDecisionA default decision, this one is preselected in the dialog.
    eBatchDecisionThe decision taken when no dialogs are allowed. used in quiet mode.
    strDecisionIdThe decision id. A unique text to identify this dialog. Needed when the checkbox should be shown.
    bShowCheckBoxShow a checkbox like "do not show this decision again". Then the batch decision is returned the next time.
    eIconThe icon displayed on the dialog.

    Return Value

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