.. highlightlang:: us .. index:: AppGetGDI .. _appgetgdi: AppGetGDI ========= .. us.tag AppGetGDI GERMAN App New6000 :ref:`AppGetGDI` erfragt welches Interface für die graphische Ausgabe auf den Bildschirm und die Drucker verwendet wird. .. function:: o = AppGetGDI() .. us.return **Returnwert** *o* ist ein Objekt mit den Elementen *screen*, *printer* und *timing*. Werte: 1 (GDI), 2 (GDI+) oder 3 (Direct2D). Siehe :ref:`AppSetGDI`. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Beschreibung * - R2018 (6.00.0) - Neu. .. seealso:: :ref:`uberblick-application-objekt`, :ref:`AppSetGDI` :sub:`id-331822`