Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / Action Class / GetChecked Method
Used to pass parameters to an action and to receive return values of the action
Action name with parameters

In This Topic
    GetChecked Method
    In This Topic
    Returns 'checked' state of an action
    Syntax

    Parameters

    oCallingContext
    Used to pass parameters to an action and to receive return values of the action
    strActionWithParameters
    Action name with parameters
    Remarks
    Can be used to simulate 'checkbox' or 'radio' style of a control bound to the action
    See Also