Skip to main content

TdxBreadcrumbEditPathEditorProperties.PathDelimiter Property

Specifies a character used as a delimiter between path elements.

Declaration

property PathDelimiter: Char read; write; default PathDelim;

Property Value

Type Default
Char PathDelim

Remarks

All paths stored or displayed by the breadcrumb control are automatically updated in response to the PathDelimiter property value changes.

The default value of the PathDelimiter property is \ (backslash).

See Also