TdxBarWinControl.Text Property
Contains item control text.
Declaration
property Text: string read; write;
Property Value
Type |
---|
string |
Remarks
The Text property is used for reading the text of an item control or specifying a new string for the Text value. For edit controls, Text appears within the item control. For combo boxes, Text is the contents of the combo box editor.
See Also