System Function¶
In this chapter, we will introduce all the built-in script functions available in VC Hub.
System functions are named after System, and you can see many different categories of system functions below.
System.Alarm
System.Context
System.Datatable
System.Db
System.Event
System.Library
System.Page
System.Security
- System.Security.changePassword
- System.Security.getRoles
- System.Security.getUsername
- System.Security.login
- System.Security.logout
System.Tag
- System.Tag.getPropertyValues
- System.Tag.mock
- System.Tag.queryPropertyValues
- System.Tag.read
- System.Tag.readHistory
- System.Tag.readValue
- System.Tag.subscribe
- System.Tag.writeValue
System.UI
- System.UI.applyChanges
- System.UI.back
- System.UI.close
- System.UI.findControl
- System.UI.forward
- System.UI.goHome
- System.UI.open
- System.UI.openNewTab
- System.UI.openPopup
- System.UI.redirect
System.Utils