Non-visible component that communicates with a Web service to store and retrieve information.
See Creating a Custom TinyWebDB Service.
The URL to the database with which the component should communicate.
Indicates that a GetValue server request has succeeded.
Event indicating that a StoreValue server request has succeeded.
Indicates that the communication with the Web service signaled an error.
Sends a request to the Web service to get the value stored under the given tag. The Web service must decide what to return if there is no value stored under the tag. This component accepts whatever is returned.
Sends a request to the Web service to store the given value under the given tag.