Object: Element <DataStore>
- Updated2024-09-12
- 3 minute(s) read
(Browser
Object: Element <DataStore>
The Element object provides a data element in a data store. A data element is a specific instance of an entity.
The following example displays the name of the data element below the first root element:
| VBScript | Python |
Dim oMyDataStore, oMyRootElement, oMyElements, Element, Output Set oMyDataStore = NAVIGATOR.ConnectDataStore("ASAM Browse Settings Example") Set oMyRootElement = oMyDataStore.RootElements(1) Set oMyElements = oMyRootElement.Children For Each Element in oMyElements Output = Output & vbCrLf & Element.Name Next Call MsgBoxDisp("Name of children elements: " & Output)
![]() | Note Use the ElementWithValues object with the associated methods and properties if the data element was derived from the AOLocalColumn type. |
![]() | Note Refer to Working with the Elements Collection and the Element Object for general information on working with the elements. |
Properties
Children | DisplayName | InstanceKey | Name | Parent | Properties | References
Methods
GetDataFinderInfo | IsKindOf | IsValid | Refresh | Save
Returned From
Browser <DataStore>.FocusedElement | BrowseSettings.GetParent | Cell <DataStore>.Element | DataStore.CreateElement | DataStore.GetElementByDataChannel | DataStore.GetElementByKey | Element <DataStore>.Parent | ElementList <DataStore>.Item | Elements <DataStore>.Add | Elements <DataStore>.AddReference | Elements <DataStore>.Item | ElementsSelection <DataStore>.Item | ElementWithValues <DataStore>.Parent | FreeElementList <DataStore>.Add | FreeElementList <DataStore>.Item
See Also
Procedures
Configuring the Search Results | Defining Search Areas | Executing a Search with OR Operations | Executing a Text Search | Indexing Search Areas | Optimizing Custom Properties | Saving and Loading a Search Query | Searching for Data on a Different Computer in the Network | Searching for Multiple Properties | Sorting Search Results before Executing a Search
Examples
Brake Tests for Trucks | Checking DataPlugins for Timeout | Combining DataFinder Search Results | Context Menu for the Search Results of the DataFinder | Creating ATFX Files from the Context Menu of an ASAM Data Store | Customized User Interface | Evaluation Wizard for the Search Results of the DataFinder | Filtering Data with a Dialog Box | Filtering Data without a Dialog Box | Search and Evaluation Functions in User Dialog Boxes | Searching for and Evaluating Channels | Searching for Channels in the NAVIGATOR | Searching for Data Sets Marked "Failed" in Data Stores | Searching for Data Sets Marked "Failed" | Searching for Properties and Evaluating the Associated Channels | Varying Browse Settings of a Data Store
