mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 14:39:27 +02:00
lcl doc: TCustomLabel.WordWrap and AutoSize
git-svn-id: trunk@29020 -
This commit is contained in:
parent
75359f0f69
commit
2ecbd98a9d
@ -9585,12 +9585,10 @@ Reads flag or writes one to determine if a hint is to be shown when mouse hovers
|
||||
<descr>
|
||||
<p>
|
||||
<var>WordWrap</var>
|
||||
|
||||
|
||||
|
||||
- whether a word is to be wrapped to the next line if the text is about to become too long for the width available</p>
|
||||
- whether a word is to be wrapped to the next line if the text is about to become too long for the width available. WordWrap=true and AutoSize=true requires that the Width is fixed. For example by anchoring the left and right side.</p>
|
||||
<p>Boolean property, default False</p>
|
||||
</descr>
|
||||
<short>Enable automatic line breaks if the Width of the Label is too small for the Caption</short>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TLabel.OnClick" link="#LCL.Controls.TControl.OnClick">
|
||||
|
Loading…
Reference in New Issue
Block a user