API:FMX.Printer.Win.TPrinterWin.GetPrinter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetPrinter(ADevice, ADriver, APort: PChar; var ADeviceMode: THandle); overload; deprecated;
procedure GetPrinter(var ADevice, ADriver, APort: string; var ADeviceMode: THandle); overload;

C++

HIDESBASE void __fastcall GetPrinter _DEPRECATED_ATTRIBUTE0 (System::WideChar * ADevice, System::WideChar * ADriver, System::WideChar * APort, Winapi::Windows::THandle &ADeviceMode)/* overload */;
HIDESBASE void __fastcall GetPrinter(System::UnicodeString &ADevice, System::UnicodeString &ADriver, System::UnicodeString &APort, Winapi::Windows::THandle &ADeviceMode)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Printer.Win.pas
FMX.Printer.Win.hpp
FMX.Printer.Win TPrinterWin

Description

Protected getter implementation for the Printers property.

FMX.Printer.Win.TPrinterWin.GetPrinter inherits from FMX.Printer.TPrinter.GetPrinter. All content below this line refers to FMX.Printer.TPrinter.GetPrinter.

Protected getter implementation for the Printers property.

See Also