Skip to main content

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).

VCL Bars: The Default Delimiter Character Between Path Nodes

Note

The TdxOfficeSearchBoxProperties.GetPaths function places the default delimiter character between path nodes if you omit the optional APathDelimiter parameter.

See Also