Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V23.1
  • TCustomdxVTreeViewEdit.DividedChar Property

    Specifies the char that separates the Text property.

    Declaration

    property DividedChar: Char read; write;

    Property Value

    Type
    Char

    Remarks

    Use DividedChar to specify the char that separates the Text property. For example if the DividedChar is ‘-‘, the selected item is ‘San Jose’ and its parents are ‘CA’ and ‘US’, the Text would be the following: ‘US-CA-San Jose’.

    See Also