Assembly: ExtCtrls;
Namespace: Prognoz.Platform.Interop.ExtCtrls;
The ISearchDataSourcesFreeDimElements interface contains properties and methods used to work with collection of free dimension elements.
ISearchDataSourcesFreeDimElements
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 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 collection. |
Method name | Brief description | |
Contains | The Contains method checks and returns whether there is the specified element key in the collection. |
See also: