Assembly: ExtCtrls;
The ISearchDataSourcesFreeDimElements interface contains properties and methods that are used to work with the collection of free dimension elements.
ISearchDataSourcesFreeDimElements
The collection of free dimension elements can be obtained in the ISearchDataSourcesFreeDimsInfo.ItemByKey property.
Property name | Brief description | |
Count | The Count property returns the number of elements in the collection. | |
DimensionKey | The DimensionKey property returns key of the free dimension, to which the current element collection belongs. | |
ItemByKey | The ItemByKey property returns name of the element with the specified key. | |
Keys | The Keys property returns an array of element keys contained in the collection. |
Method name | Brief description | |
Contains | The Contains method checks and returns whether there is the specified element key in the collection. |
See also: