TCustomText.WordWrap Property
Specifies if word wrap is enabled.
Declaration
property WordWrap: Boolean read; write; default True;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | True |
|
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.
Footnotes
-
TdxSplashFormBase.TCustomText class descendants implement different properties that define label content:
- TdxSplashFormBase.TText.Text
- TdxSplashFormBase.TApplicationProperty.Property
- TdxSplashFormBase.TFormattedApplicationInfo.DisplayMask
See Also