API:Vcl.Printers.TPrinter.GetPrinter

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.Printers.pas
Vcl.Printers.hpp
Vcl.Printers TPrinter

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。