FMX.Printer.TPageSetupPaintingEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TPageSetupPaintingEvent = procedure (Sender: TObject; const PaperSize: SmallInt;
const Orientation: TPrinterOrientation; const PageType: TPageType;
var DoneDrawing: Boolean) of object;

C++

typedef void __fastcall (__closure *TPageSetupPaintingEvent)(System::TObject* Sender, const short PaperSize, const System::Uitypes::TPrinterOrientation Orientation, const System::Uitypes::TPageType PageType, bool &DoneDrawing);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer FMX.Printer

Beschreibung

Prozeduraler Typ, der für TPageSetupDialog-Ereignisse verwendet wird.

Siehe auch