Property : Handle Default
Page Status: Beta
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
[edit] Default Value
Cleared



