TCustomdxVTreeViewEdit.Text Property
Contains the text associated with the control.
Declaration
property Text: string read; write;
Property Value
Type |
---|
string |
Remarks
Text equals the label of the selected item if the TextStyle is tvtsShort and to the label of the selected item and all labels of its parent items separated by the DividedChar property if the TextStyle is tvtsFull.
See Also