Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
General
»
Canvas size
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
Why does Free Pascal use ...
by
Thaddy
[
Today
at 08:51:27 am]
Proper name for free meth...
by
Thaddy
[
Today
at 08:28:56 am]
Font Name properties
by
creaothceann
[
Today
at 07:12:12 am]
TlsLib4Pascal
by
Thaddy
[
Today
at 07:04:33 am]
BS Controls – Silly Compo...
by
Xenno
[
Today
at 06:53:52 am]
Adding persistent fields ...
by
paweld
[
Today
at 06:11:57 am]
QGradientTrackPanel: A Fu...
by
Ed78z
[
Today
at 01:24:17 am]
Solved: Picture Framer (R...
by
Boleeman
[
Today
at 12:20:27 am]
Lazarus Vs Codetyphon
by
BSaidus
[August 16, 2026, 09:59:46 pm]
MR - DebuggerIntf for ter...
by
Martin_fr
[August 16, 2026, 08:21:29 pm]
Is it possible to communi...
by
Warfley
[August 16, 2026, 08:15:43 pm]
array values as reference
by
jamie
[August 16, 2026, 07:58:57 pm]
LRS Explorer
by
Xenno
[August 16, 2026, 07:27:54 pm]
[Solved] The use of EXIT ...
by
440bx
[August 16, 2026, 07:27:20 pm]
TEDit PasswordChar not wo...
by
Hansaplast
[August 16, 2026, 05:19:01 pm]
Which Linux version
by
cdbc
[August 15, 2026, 08:28:37 pm]
[Qt5/Qt6] JPSupport-Qt: J...
by
shortcut
[August 15, 2026, 08:19:29 pm]
FpDebug: Bugs and API gap...
by
Martin_fr
[August 15, 2026, 08:07:50 pm]
Synedit wordwrap
by
Martin_fr
[August 15, 2026, 05:37:57 pm]
Unleashed Pascal (async/a...
by
chamfay
[August 15, 2026, 10:35:09 am]
TDWEdit
by
docno
[August 15, 2026, 10:12:10 am]
var vs out (including "co...
by
440bx
[August 15, 2026, 08:42:28 am]
Local AI LLM Wrapper Demo...
by
edwinyzh
[August 15, 2026, 05:30:15 am]
Trndi 16 is released
by
slicke
[August 15, 2026, 03:06:44 am]
Clean up and build
by
n7800
[August 14, 2026, 11:03:28 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Canvas size (Read 269 times)
oproescu
Jr. Member
Posts: 50
Canvas size
«
on:
June 17, 2026, 01:56:28 pm »
How can I make the program so that the canvas size the same as the screen?
Thanks!
Logged
LeP
Guest
Re: Canvas size
«
Reply #1 on:
June 17, 2026, 02:05:26 pm »
Quote from: oproescu on June 17, 2026, 01:56:28 pm
How can I make the program so that the canvas size the same as the screen?
Thanks!
Quick way, set you Form with these properties:
Code: Pascal
[Select]
[+]
[-]
BorderStyle
:
=
bsNone
;
WindowState
:
=
wsFullScreen
;
You can do at design time.
Logged
oproescu
Jr. Member
Posts: 50
Re: Canvas size
«
Reply #2 on:
June 17, 2026, 04:03:27 pm »
Thanks LeP, I'll try it!
Logged
Thaddy
Hero Member
Posts: 19622
Glad to be alive.
Re: Canvas size
«
Reply #3 on:
June 17, 2026, 07:15:50 pm »
Or would you like to make the screen the canvas? I have code for that.
Logged
Any "programmer" that knows only one programming language is not a programmer
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
General
»
Canvas size
TinyPortal
© 2005-2018