LevelAttribute: String;
The LevelAttribute property determines the LEVELATTR parameter value in binding string.
The LEVELATTR parameter determines the string that contains the type of displaying names of specific levels of elements. A custom display type can be specified for each dictionary level. Determine the following type of the row 0{X1*Y1,X2*Y2,...,Xn*Yn} as the LevelAttribute property value, where:
X1-Xn - keys of dictionary levels, for which display type must be selected.
Y1-Yn - keys of dictionary attributes which values will be displayed as element names.
0 - column index where the specified settings are applied. Column indexing starts with zero. In the current implementation, the Dictionary Drop-Down List editor can contain only one column.
The LevelAttribute property is available if the LevelAttributeDefined property is set to True. If the LevelAttribute property is changed, the LevelAttributeDefined property is automatically set to True.
The example of use is given in the description of the Group property.
See also: