dxOfficeSearchBoxDefaultPathDelimiter Constant
Specifies a delimiter character between path nodes displayed in a drop-down menu of a TdxOfficeSearchBox editor.
Declaration
const dxOfficeSearchBoxDefaultPathDelimiter = #8594;
Remarks
You can use the dxOfficeSearchBoxDefaultPathDelimiter
global constant to change the path delimiter character displayed between path nodes in search results. The initial path delimiter character is →
(UTF-8).
Note
The TdxOfficeSearchBoxProperties.GetPaths function places the default delimiter character between path nodes if you omit the optional APathDelimiter
parameter.
See Also