ICubeMetaLoaderBindingParser.StringPositionStart

Syntax

StringPositionStart: Integer;

Description

The StringPositionStart determines a start position of attribute in a string.

Comments

The attribute end position in the string is determined by the ICubeMetaLoaderBindingParser.StringPositionEnd property.

The StringPositionStart property is taken into account if the ICubeMetaLoaderBindingParser.ParserType value is CubeMetaLoaderParserType.FixedPosition.

Example

The property use is given in the example for ICubeMetaLoaderBindingParser.ReplaceMap.

See also:

ICubeMetaLoaderBindingParser