FMX.Printer.TPageSetupPaintingEvent

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer FMX.Printer

説明

TPageSetupDialog イベント用に使用される手続き型です。


関連項目