FMX.Printer.TPrinterDevice.Create
Delphi
constructor Create(const ADriver, ADevice, APort: string);
C++
__fastcall TPrinterDevice(const System::UnicodeString ADriver, const System::UnicodeString ADevice, const System::UnicodeString APort);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | FMX.Printer.pas FMX.Printer.hpp |
FMX.Printer | TPrinterDevice |
Description
Creates an instance of a TPrinterDevice component.
Call Create to create an instance of the printer device. Specify the following parameters in the call to Create:
- ADriver -- a driver name.
- ADevice -- a device name.
- APort -- a port name.