FMX.Printer.TPrinter.RaiseError

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure RaiseError(const Msg: string);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrinter

Beschreibung

Löst eine EPrinter-Exception mit der im Parameter Msg bereitgestellten Botschaft aus.

Siehe auch