System object
The
System
object provides the network configuration for your system through network and IP settings. Add the System
object to access system settings such as date and time and IP addresses of the network interfaces at runtime or to restart the system. Adding the
System
object to your project automatically displays DateAndTime
, Device
, Display
, and Application
property categories. Bind these properties to variables using the Dynamic Link browser.At runtime, the network interface properties are automatically added to the
System
object properties and display the current settings. For example, if the system has a LAN network interface that is configured with two additional IP addresses, at runtime, the System
object properties contain a Network interfaces
category with additional IP addresses for the LAN network. Provide Feedback