Event XbpApplication():systemPropertyChanged Foundation

A system property was changed.

Syntax
:systemPropertyChanged := {| nProperty, cArea, self | ... }
:systemPropertyChanged( <nProperty>, <cArea> ) --> self
xbeP_SystemPropertyChanged (1048663)
Parameters
<nProperty>
Parameter <nProperty> is a numeric value with the property that was changed. See the SystemParametersInfo Win32 API for the possible values of this parameter.
<cArea>
<cArea> is character string that specifies the area containing the system property changed.
Return

This method returns the global application object.

Description

A xbeP_SystemPropertyChanged event is generated whenever a change occurs to one of the global system properties. Changes to global properties are usually applied through the Control Panel application.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.