Vcl.Edge.TCustomEdgeBrowser.ShowPrintUI

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ShowPrintUI(PrintUIDialogKind: TPrintUIDialogKind): Boolean;

C++

bool __fastcall ShowPrintUI(TPrintUIDialogKind PrintUIDialogKind);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge TCustomEdgeBrowser

Description

Opens the print dialog to print the current web page, where the parameter lets you choose between the browser print preview dialog and the system print dialog.

See Also