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

    Determines the string which is used as a separator between values of different fields in a Tree Node’s Text, once the DisplayField property is assigned.

    Declaration

    property SeparatedSt: string read; write;

    Property Value

    Type
    string

    Remarks

    Set SeparatedSt to determine the string which is used as separators between values of different fields in a Tree Node’s Text, once the DisplayField property is assigned. The default value is ‘ - ‘.

    See Also