[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Allows text to wrap into multiple lines, when the text is too long for the available Width.
Source position: stdctrls.pp line 1532
protected property TCustomLabel.WordWrap : Boolean |
When False, the text is truncated at the right margin of the control.
WordWrap=true and AutoSize=true requires that the Width is fixed, e.g. by anchoring the left and right side.
lazarus-ccr.sourceforge.net |