WordWrap Property

Applies to TestComplete 15.63, last modified on April 10, 2024

Specifies whether to wrap the text displayed by the component.

Declaration

componentObj.WordWrap
Read-Write Property Boolean
componentObj     One of the user forms components or objects listed in the Applies To section  

Applies To

The property applies to the following components and objects:

TcxButton, TcxLabelProperties, TcxMemoProperties, TcxRadioGroupProperties

Description

The WordWrap property specifies whether the multi-line component wraps its text to fit the component’s width. If WordWrap is false, the text whose length exceeds the component’s width appears truncated.

Property Value

True, if the component’s text is wrapped; False otherwise.

See Also

ScrollBars Property
VisibleLineCount Property

Highlight search results