TdxBreadcrumbEditPathEditorProperties.PathDelimiter Property
In This Article
Specifies a character used as a delimiter between path elements.
#Declaration
Delphi
property PathDelimiter: Char read; write; default PathDelim;
#Property Value
Type | Default |
---|---|
Char | Path |
#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