![]() |
Was ist TDevMode?
hoi,
was tut TDevMode ? ich finde in keiner hilfe datei von delphi etwas dazu |
Re: Was ist TDevMode?
Scheint so, als ob das irgendwas mit dem Drucker zu tun hat (von den Eigenschaften her)...
mfG mirage228 |
Re: Was ist TDevMode?
also ich habe das für die bildschirmauflösungen benutzt, ich weiss nur nicht was TDevMode ist
|
Re: Was ist TDevMode?
:hi:
PSDK DEVMODE The DEVMODE data structure contains information about the initialization and environment of a printer or a display device. mfg Tobias |
Re: Was ist TDevMode?
Delphi-Quellcode:
TDeviceMode = packed record
dmDeviceName: array[0..CCHDEVICENAME - 1] of AnsiChar; dmSpecVersion: Word; dmDriverVersion: Word; dmSize: Word; dmDriverExtra: Word; dmFields: DWORD; dmOrientation: SHORT; dmPaperSize: SHORT; dmPaperLength: SHORT; dmPaperWidth: SHORT; dmScale: SHORT; dmCopies: SHORT; dmDefaultSource: SHORT; dmPrintQuality: SHORT; dmColor: SHORT; dmDuplex: SHORT; dmYResolution: SHORT; dmTTOption: SHORT; dmCollate: SHORT; dmFormName: array[0..CCHFORMNAME - 1] of AnsiChar; dmLogPixels: Word; dmBitsPerPel: DWORD; dmPelsWidth: DWORD; dmPelsHeight: DWORD; dmDisplayFlags: DWORD; dmDisplayFrequency: DWORD; dmICMMethod: DWORD; dmICMIntent: DWORD; dmMediaType: DWORD; dmDitherType: DWORD; dmICCManufacturer: DWORD; dmICCModel: DWORD; dmPanningWidth: DWORD; dmPanningHeight: DWORD; end; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 14:27 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz