FireDAC.Stan.Util.FDLastSystemErrorMsg

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDLastSystemErrorMsg: String;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall FDLastSystemErrorMsg(void);

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Description

Returns the last system error message.

You can use FDLastSystemErrorMsg to get the last error message.

See Also