EasyLanguage Object Reference
In EasyLanguage, provider classes represent a group of component classes whose names end with the word 'Provider' and are used to access data from one or more classes referenced in the provider, including changes to the data in real-time. The provider classes inherit characteristics from the tsdata.common.DataProvider class that allows you to connect an event handler method in your EasyLanguage code to a provider Updated event or StateChanged event. An Updated event fires when the provider is loaded for the first time and, thereafter, when the data contained in the provider is updated real-time. The StatusChanged event reports a change in the loaded or unloaded state of the provider. Providers also inherit from the elsystem.ElComponent class that allows you to drag and drop a provider component from the toolbox into your EasyLanguage document and to edit the values for the component using the Properties editor.