FMX.Printer.TPageSetupPaintingEvent

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Procedural type used for TPageSetupDialog events.

See Also