Vcl.Forms.TCustomForm.Print

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

Delphi

procedure Print;

C++

void __fastcall Print();

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

説明

Print は,フォームを印刷します。

Print メソッドを呼び出すと,フォームを印刷できます。PrintGetFormImage メソッドを呼び出し,フォームのビットマップを取得してプリンタの HDC に描画します。

関連項目