FMX.Printer.TPrinter.RaiseError
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.