Eplan Platform API
Eplan.EplApi.Base Namespace / Decider Class / Decide Method / Decide(EnumDecisionType,String,String,EnumDecisionReturn,EnumDecisionReturn) 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.

In This Topic
    Decide(EnumDecisionType,String,String,EnumDecisionReturn,EnumDecisionReturn) Method
    In This Topic
    Decide shows the dialog. When the application id in quiet mode, the batch decision is returned. The icon used is an EXCLAMATION.
    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.

    Return Value

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