ISearchDataSourcesFreeDimElements

Assembly: ExtCtrls;

Description

The ISearchDataSourcesFreeDimElements interface contains properties and methods that are used to work with the collection of free dimension elements.

Inheritance Hierarchy

ISearchDataSourcesFreeDimElements

Comments

The collection of free dimension elements can be obtained in the ISearchDataSourcesFreeDimsInfo.ItemByKey property.

Properties

  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.

Methods

  Method name Brief description
Contains The Contains method checks and returns whether there is the specified element key in the collection.

See also:

ExtCtrls Assembly Interfaces