ImageEn, unit iexLayers

TIETextLayer.WordWrap

TIETextLayer.WordWrap


Declaration

property WordWrap: boolean;


Description

When enabled, text that is too wide to fit within the layer will be displayed on multiple lines.

Note:
 If WordWrap = False and text is too wide for the layer, it will be truncated with ellipses (...)
 If WordWrap = True and the layer is too small for display (i.e. not tall enough), some text will be hidden

Default: True


See Also

 Text
 Font
 TextOverflow