ClassesClasses | | Operators

Use the tabs on the upper right to switch to a different programming language.

Use the tabs on the upper right to switch to a different programming language.

Use the tabs on the upper right to switch to a different programming language.

endswitchendswitchEndswitchEndswitch (Operator)

Name

endswitchendswitchEndswitchEndswitch — Ends a multiway branch block.

Signature

endswitch( : : : )

Herror endswitch()

Herror T_endswitch()

void Endswitch()

static void HWindow::Endswitch()

static void HOperatorSet.Endswitch()

static void HWindow.Endswitch()

Description

endswitchendswitchEndswitchEndswitchEndswitch ends a multiway branch block that has been opened by switchswitchSwitchSwitchSwitch.

Result

endswitchendswitchEndswitchEndswitchEndswitch always returns 2 (H_MSG_TRUE).

See also

switchswitchSwitchSwitchSwitch

Module

Foundation


ClassesClasses | | Operators