CustomMultiselectTextTemplate: String;
The CustomMultiselectTextTemplate property determines the template, according to which component text will be formed on multiple selection.
The property is relevant if the CustomMultiselectText property is set to True. The following template is applied by default: %First…%Last. If required, it can be changed. Any text or the following substitutions can be used to form the template:
Substitution | Description |
%First | Name of the first selected element. |
%Last | Name of the last selected element. |
%Count | Number of selected elements. |
%TotalCount | Number of tree nodes. |
The example of use is given in description of the CustomMultiselectText property.
See also: