TdxBarItemLink.Caption Property
Determines the item control’s caption.
Declaration
property Caption: string read;
Property Value
Type |
---|
string |
Remarks
Returns the current caption used by a control. If the udCaption style is included into the UserDefine property, the value of the Caption property is equal to the UserCaption property. Otherwise, the value of the Caption property is equal to the value of the item’s Caption property.
See Also