Vcl.ComCtrls.TCustomRichEdit.Print

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

Delphi

procedure Print(const Caption: string); virtual;

C++

virtual void __fastcall Print(const System::UnicodeString Caption);

プロパティ

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


説明

リッチ編集コントロールの内容を、整形し印刷します。

Print を使用すると、リッチ編集コントロールの内容を印刷することができます。Caption パラメータでは、印刷マネージャやネットワークのタイトル ページに現れる、タイトルを指定します。

関連項目



コード サンプル