[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'DBCtrls' (#lcl)

TDBText.WordWrap

Indicates if text is wrapped at the right edge of the control.

Declaration

Source position: dbctrls.pp line 327

published property TDBText.WordWrap : Boolean;

Description

WordWrapindicates whether a word is to be wrapped to the next line if the text is about to become too long for the width available in the control.

The default value for the property is False.

See also

TCustomLabel.WordWrap

  

Allows the caption to wrap into multiple lines when it is too long for the available Width.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.