FMX.Printer.TPrinter.GetNumCopies
Delphi
function GetNumCopies: Integer; virtual; abstract;
C++
virtual int __fastcall GetNumCopies(void) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | FMX.Printer.pas FMX.Printer.hpp |
FMX.Printer | TPrinter |
Description
Protected getter implementation for the Copies property.