TdxBarWindowItem.Text Property
Contains the text string associated with an item.
Declaration
property Text: string read; write;
Property Value
Type |
---|
string |
Remarks
This property stores the string associated with an item. It can be directly modified both programmatically and by users upon leaving the linked item control. The Text property changes only after a user finishes text editing. Changing the Text property causes repainting of all linked item controls.
See Also