Vcl.ComCtrls.TCustomRichEdit.Print

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Print(const Caption: string); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomRichEdit

Description

Formats and prints the contents of the rich edit control.

Use Print to print the contents of a rich edit control. The Caption parameter specifies the title that appears in the print manager and on network title pages.

See Also


Code Examples