Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
LCL
»
[SOLVED] TPrintDialog Properties Button
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
OpenDocument('Filename') ...
by
J-G
[
Today
at 10:40:41 am]
Freepascal
by
LeP
[
Today
at 09:40:33 am]
TTL Record Count, i.e. a ...
by
Zvoni
[
Today
at 09:10:08 am]
weird error message
by
Thaddy
[
Today
at 07:53:17 am]
Printing on HP Smart Tank
by
Thaddy
[
Today
at 07:10:37 am]
P.I.S.S. a PlugIn-framewo...
by
cdbc
[
Today
at 06:38:27 am]
MVP made easier.
by
cdbc
[
Today
at 06:18:24 am]
I have made some progress...
by
onionmixer
[
Today
at 02:57:55 am]
WASM import error
by
Fibonacci
[July 12, 2026, 09:30:47 pm]
Lazarus 4.6 may erase you...
by
Martin_fr
[July 12, 2026, 06:35:29 pm]
Best name for procedure
by
LemonParty
[July 12, 2026, 05:23:02 pm]
Fixed an RV32ec compiler ...
by
MattBradford
[July 12, 2026, 05:11:16 pm]
Many recent books on Laza...
by
Tomu
[July 12, 2026, 05:02:44 pm]
Lazarus Bugfix Release 4....
by
geraldholdsworth
[July 12, 2026, 04:35:14 pm]
International Pascal Cong...
by
zeljko
[July 12, 2026, 04:08:53 pm]
equivalent to C/C++ "offs...
by
jamie
[July 12, 2026, 02:43:16 pm]
val return code
by
ALLIGATOR
[July 12, 2026, 01:40:21 pm]
Help needed on how to do ...
by
cdbc
[July 12, 2026, 12:15:15 pm]
PascalRAL the fastest, mo...
by
Mobius1
[July 12, 2026, 11:24:00 am]
TDateTimePicker - Make th...
by
AlexanderT
[July 12, 2026, 09:57:05 am]
TCollection wiki entry
by
Thaddy
[July 12, 2026, 05:44:53 am]
UI app to work with SQLit...
by
LeP
[July 12, 2026, 12:50:04 am]
Elite Arcade
by
Guva
[July 11, 2026, 11:25:29 pm]
Why is my program freezin...
by
paweld
[July 11, 2026, 07:19:46 pm]
is there PDS reader/expor...
by
jamie
[July 11, 2026, 07:01:12 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] TPrintDialog Properties Button (Read 237 times)
spuds
New Member
Posts: 16
[SOLVED] TPrintDialog Properties Button
«
on:
June 05, 2026, 10:30:34 pm »
On the Windows platform I am able to change printer properties. Previous posts made on this forum helped me to write all the code required to do this and to execute this code form a tool bar button. What I can't do however is use the printDialog to change printer properties though the properties button. The properties button in Print dialog launches a properties dialog however the changes to the properties have no effect. I am looking for some way to change Printer properties through printDialog.
Two possibilities have occurred to me. The first is to make the properties button in printDialog a published property so that I am able to make the on Click event execute my code. I am not sure this is possible or how to achieve this as I am not a component developer. The second option is to just write my own Print Dialog form. This also presents it's own challenges in that I want it to look identical to the windows Print Dialog which displays graphic images to the left of the collate check box. There may also be other solutions/options that have not occurred to me.
«
Last Edit: June 06, 2026, 01:40:17 am by spuds
»
Logged
jamie
Hero Member
Posts: 7829
Re: TPrintDialog Properties Button
«
Reply #1 on:
June 06, 2026, 12:34:44 am »
I could be wrong, but I believe you need to use the "Refresh" in the Printer class after making changes so the PRINTER class can update its properties locally.
You could do this in the OnClose of the Dialog or somewhere like that.
Logged
The only true wisdom is knowing you know nothing
spuds
New Member
Posts: 16
Re: TPrintDialog Properties Button
«
Reply #2 on:
June 06, 2026, 01:30:20 am »
Thanks Jamie
A very simple and elegant solution. I actually did a Printer.Refresh using the DeviceMode record from the toolbar button. This was also thanks to all the helpful posts you made. It just did not occur to me (although it probably should have) to try this first.
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
LCL
»
[SOLVED] TPrintDialog Properties Button
TinyPortal
© 2005-2018