"generalPreferences_var" is a variable referencing a GeneralPreferences object.
# Get the value of the property. propertyValue = generalPreferences_var.areInCommandErrorsAndWarningsShown
# Set the value of the property. generalPreferences_var.areInCommandErrorsAndWarningsShown = propertyValue
"generalPreferences_var" is a variable referencing a GeneralPreferences object.
#include <Core/Application/GeneralPreferences.h>
// Get the value of the property. boolean propertyValue = generalPreferences_var->areInCommandErrorsAndWarningsShown();
// Set the value of the property, where value_var is a boolean. bool returnValue = generalPreferences_var->areInCommandErrorsAndWarningsShown(value_var);
Property Value
This is a read/write property whose value is a boolean.