Property : Handle Default

Page Status: Beta
Jump to: navigation, search

Back to Properties

Contents

[edit] Description

Use the Handle Default property to add a "default{}" section to the Case () statement logic structure.

Selected A "default{}" section is added into the Case() logic structure.
Cleared No "default{}" section appears within the Case() logic structure

  The default{} section is bolded below.

condition

{

   case(true_false_expression)

   {

      // Your code

   }

   default

   {

      // Your code

   }

};

 

[edit] Property Editor Location

Appears when you select a Case () statement in the Design Editor

[edit] Data Type

boolean

[edit] Default Value

Cleared


Log in if you would like to rate this page.
    Copyright © 2005 - 2008 Bungee Labs. All rights reserved.