FMX.Printer.TPrinter.RaiseError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RaiseError(const Msg: string);

C++

void __fastcall RaiseError(const System::UnicodeString Msg);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrinter

Description

Raises an EPrinter exception with the message supplied by the Msg parameter.

See Also