Skip to main content
All docs
V26.1
  • TCustomText.WordWrap Property

    Specifies if word wrap is enabled.

    Declaration

    property WordWrap: Boolean read; write; default True;

    Property Value

    Type Default Description
    Boolean True

    True if word wrap is enabled for label content; otherwise, False.

    Remarks

    You can set the WordWrap property to False to disable word wrapping for label content[1].

    Default Value

    The WordWrap property’s default value is True.

    See Also