Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
General
»
How to turn OFF Word Wrap in KMemo
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to turn OFF Word Wrap in KMemo (Read 1140 times)
seany
Full Member
Posts: 120
How to turn OFF Word Wrap in KMemo
«
on:
February 27, 2023, 04:53:32 am »
Hello
I am investigating the use of KMemo. I see the notes here :
https://wiki.freepascal.org/KControls/KMemo_notes
. Also this post mentions KMemo as an advanced option
https://forum.lazarus.freepascal.org/index.php/topic,62390.msg471980.html#msg471980
.
I would like to turn Word-Wrap
off
in KMemo. But, I can't find any way to do it. Can anyone please tell me how to achieve it? Thank you.
Logged
My projects, among others:
https://linktr.ee/siderealNight
paweld
Hero Member
Posts: 1701
Re: How to turn OFF Word Wrap in KMemo
«
Reply #1 on:
February 27, 2023, 07:03:04 am »
Code: Pascal
[Select]
[+]
[-]
KMemo1
.
ParaStyle
.
WordWrap
:
=
False
;
Logged
Best regards / Pozdrawiam
paweld
chiong
Newbie
Posts: 6
Re: How to turn OFF Word Wrap in KMemo
«
Reply #2 on:
November 07, 2025, 12:03:48 pm »
Quote from: paweld on February 27, 2023, 07:03:04 am
Code: Pascal
[Select]
[+]
[-]
KMemo1
.
ParaStyle
.
WordWrap
:
=
False
;
I am using lazarus in kubuntu 24. The kmemo won't turn off the wordwrap. Is there another way to do this ? TQ
Logged
Thaddy
Hero Member
Posts: 19634
Glad to be alive.
Re: How to turn OFF Word Wrap in KMemo
«
Reply #3 on:
November 07, 2025, 01:03:43 pm »
Try setting the horizontal scrollbar.
Logged
Any "programmer" that knows only one programming language is not a programmer
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
General
»
How to turn OFF Word Wrap in KMemo
TinyPortal
© 2005-2018