Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Other Languages
»
Portuguese
»
Quebra de linha no CheckBox
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
Search
Advanced search
Recent
[Reopened] TSaveDialog
by
Thaddy
[
Today
at 09:06:33 am]
FPC Unleashed (inline var...
by
Thaddy
[
Today
at 08:50:27 am]
new JPEG XL in pure Pasca...
by
Tomxe
[
Today
at 08:02:53 am]
Sudden errors
by
egsuh
[
Today
at 06:16:42 am]
You can embed Windows Con...
by
Fibonacci
[
Today
at 04:18:40 am]
Conscious Artificial Inte...
by
schuler
[
Today
at 02:42:53 am]
Implementing an Elo ratin...
by
mas steindorff
[
Today
at 02:22:34 am]
[New Component] ExtTabCtr...
by
jianwt
[
Today
at 02:21:39 am]
Can /my/ AI help me with ...
by
microxa
[
Today
at 12:56:29 am]
IndySecOpenSSL is now ava...
by
TheMouseAUS
[
Today
at 12:08:51 am]
RunFormula: math expressi...
by
stormray
[June 17, 2026, 10:32:05 pm]
Codepage issue in console...
by
ASerge
[June 17, 2026, 09:36:27 pm]
Pdf Viewer in Pascal
by
Tomxe
[June 17, 2026, 07:18:20 pm]
Canvas size
by
Thaddy
[June 17, 2026, 07:15:50 pm]
What am I missing here? [...
by
Thaddy
[June 17, 2026, 03:39:02 pm]
Questions about 16 color ...
by
wp
[June 17, 2026, 01:45:07 pm]
TCHATGPT — An Artificial ...
by
Weiss
[June 17, 2026, 07:00:13 am]
RFC: Separation of MCU an...
by
ackarwow
[June 16, 2026, 11:06:14 pm]
Error with last fixes_3.2...
by
patyit
[June 16, 2026, 09:49:02 pm]
Mundo Medieval 3D MMORPG ...
by
Rodrigo Robles
[June 16, 2026, 06:06:17 pm]
Which Control should I us...
by
wp
[June 16, 2026, 05:08:55 pm]
Just Question App paramet...
by
eldonfsr
[June 16, 2026, 04:50:19 pm]
Content is distorting / w...
by
Handoko
[June 16, 2026, 03:53:02 pm]
ZxTune chiptunes player
by
Guva
[June 16, 2026, 12:41:14 pm]
Onscroll event for Tscrol...
by
laz_one_or2
[June 16, 2026, 11:16:39 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Quebra de linha no CheckBox (Read 8333 times)
rostfile
Newbie
Posts: 2
Quebra de linha no CheckBox
«
on:
March 02, 2018, 09:15:32 pm »
Alguém sabe como colocar o caption do checkbox em mais de uma linha?
Logged
GAN
Sr. Member
Posts: 389
Re: Quebra de linha no CheckBox
«
Reply #1 on:
March 02, 2018, 10:04:59 pm »
Code: Pascal
[Select]
[+]
[-]
CheckBox1
.
Caption
:
=
'line1'
+
#13
#10
+
'line2'
+
#13
#10
+
'line3'
;
Logged
Linux Mint Mate (allways)
Zeos 7̶.̶2̶.̶6̶ 7.1.3a-stable - Sqlite - LazReport
rostfile
Newbie
Posts: 2
Re: Quebra de linha no CheckBox
«
Reply #2 on:
March 03, 2018, 01:58:51 pm »
Quote from: GAN on March 02, 2018, 10:04:59 pm
Code: Pascal
[Select]
[+]
[-]
CheckBox1
.
Caption
:
=
'line1'
+
#13
#10
+
'line2'
+
#13
#10
+
'line3'
;
Agradeço a atenção mas não deu certo.
Em tempo de execução o texto fica incompleto em única linha.
Logged
GAN
Sr. Member
Posts: 389
Re: Quebra de linha no CheckBox
«
Reply #3 on:
March 04, 2018, 12:23:44 am »
Tente a partir do Inspetor de objeto, Chekbox1----> Caption... e digite linea1 [Enter] Linea2 [Enter] linea3.
Em tempo de execução:
Logged
Linux Mint Mate (allways)
Zeos 7̶.̶2̶.̶6̶ 7.1.3a-stable - Sqlite - LazReport
davilajunior
Newbie
Posts: 3
Re: Quebra de linha no CheckBox
«
Reply #4 on:
October 04, 2018, 03:07:23 pm »
Prezados, testei no Lazarus 1.8.4 Windows, e nenhuma das dicas funciona, procurei propriedades que pudessem mudar este comportamento e também não achei, acho que é a algo a ser resolvido na próxima versão.
Logged
Thaddy
Hero Member
Posts: 19282
Glad to be alive.
Re: Quebra de linha no CheckBox
«
Reply #5 on:
October 04, 2018, 03:24:47 pm »
Quote from: GAN on March 02, 2018, 10:04:59 pm
Code: Pascal
[Select]
[+]
[-]
CheckBox1
.
Caption
:
=
'line1'
+
#13
#10
+
'line2'
+
#13
#10
+
'line3'
;
Code: Pascal
[Select]
[+]
[-]
// cross platform
CheckBox1
.
Caption
:
=
'line1'
+
LineBreak
+
'line2'
+
LineBreak
+
'line3'
;
Logged
objects are fine constructs. You can even initialize them with constructors.
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Other Languages
»
Portuguese
»
Quebra de linha no CheckBox
TinyPortal
© 2005-2018