Back to Devexpress

dxOfficeSearchBoxDefaultPathDelimiter Constant

vcl-dxofficesearchbox-40c0fe8b.md

latest980 B
Original Source

dxOfficeSearchBoxDefaultPathDelimiter Constant

Specifies a delimiter character between path nodes displayed in a drop-down menu of a TdxOfficeSearchBox editor.

Declaration

delphi
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

dxOfficeSearchBox Unit