FMX.Printer.TPaintPageEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

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é par les divers événements TPageSetupDialog.

Voir aussi