ICubeMetaLoaderBindingParser.DelimitedPosition

Syntax

DelimitedPosition: Integer;

Description

The DelimitedPosition property determines a sequence number of attributes separator in a list.

Comments

The list of separators is determined by the ICubeMetaLoaderBindingParser.DelimiterChars property. The DelimitedPosition property is taken into account if the ICubeMetaLoaderBindingParser.ParserType value is CubeMetaLoaderParserType.Delimited.

Example

The property use is given in the example for ICubeMetaLoaderBinding.HeaderParser.

See also:

ICubeMetaLoaderBindingParser