CustomMultiselectTextTemplate: String;
CustomMultiselectTextTemplate: String;
The CustomMultiselectTextTemplate property determine the template, according to which component text willbe formed on multiple selection.
The property is actual if the CustomMultiselectText property is set to True. The following template is applied by default: %First…%Last. If required, it can be changed. Creating the template may require any text and the following substitutions:
| Substitution | Description |
| %First | Name of the first selected element. |
| %Last | Name of the last selected element. |
| %Count | Number of selected elements. |
| %TotalCount | Number of nodes in a tree. |
The example of use is given in description of the CustomMultiselectText property.
See also: