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