edit WordWrap property
Return to Introduction  Previous page  Next page
Applies to
acEdit, acNumberEdit, acIPEdit, acLabeledComboBox, acMRUComboBox and acImagesComboBox components as subproperty of AttachedLabel structure.  

Declaration
property WordWrap: Boolean;  

Description
The WordWrap property specifies whether the label text wraps when it is too long for the width of the label.  
 
Set WordWrap to True to allow the label to display multiple line of text. When WordWrap is True, text that is too wide for the label control wraps at the right margin and continues in additional lines.  
 
Set WordWrap to False to limit the label to a single line. When WordWrap is False, text that is too wide for the label appears truncated.  

See also
Caption property.