FMX.Printer.TPageSetupPaintingEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer FMX.Printer

Description

Type procédural utilisé pour les événements TPageSetupDialog.

Voir aussi