FMX.Printer.TPaintPageEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPaintPageEvent = procedure(Sender: TObject; Canvas: TCanvas; PageRect: TRect;
var DoneDrawing: Boolean) of object;

C++

typedef void __fastcall (__closure *TPaintPageEvent)(System::TObject* Sender, Fmx::Graphics::TCanvas* Canvas, const System::Types::TRect &PageRect, 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 by various TPageSetupDialog events.

See Also