The IApplicationGlobals interface contains properties and methods that are used to work with global application variables.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of global variables in the application. |
![]() |
Item | The Item property determines value of the specified global variable. |
![]() |
Name | The Name property returns name of the global variable with the specified index. |
| Method name | Brief description | |
![]() |
Add | The Add method adds a new global variable with the specified name to the list of global variables. |
![]() |
Clear | The Clear method clears the entire global variables list. |
![]() |
Remove | The Remove method removes a global variable with the specified name. |
![]() |
RemoveAt | The RemoveAt method removes a global variable with the specified index. |
See also: