IVZMultiplyDataSource.ItemsNames

Fore syntax

ItemsNames: IVZItemsNames;

Fore.NET syntax

ItemsNames: Prognoz.Platform.Interop.Visualizators.VZItemsNames;

Description

The ItemsNames property determines collection of data source element names.

Comments

To work with collection of names, use methods and properties of the IVZItemsNames interface.

Fore and Fore.NET examples

The property use is given in the example for IVZMultiplyDataSource.GetData.

See also:

IVZMultiplyDataSource