label WordWrap property
Return to Introduction  Previous page  Next page
Applies to
acLabel, acURLLabel, acRichLabel, acButton, acBitBtn, acCheckBox and acRadioButton components.  

Declaration
property WordWrap: Boolean;  

Description
The WordWrap property specifies whether the text string wraps when it is too long for the width of the label. When WordWrap is True, caption can be multiline, and single line when WordWrap is False.  

See also
Options property.