System.Win.Registry.TRegistry.LastErrorMsg

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LastErrorMsg: string read GetLastErrorMsg;

C++

__property System::UnicodeString LastErrorMsg = {read=GetLastErrorMsg};

Properties

Type Visibility Source Unit Parent
property public
System.Win.Registry.pas
System.Win.Registry.hpp
System.Win.Registry TRegistry

Description

Specifies the text message of the last error encountered.

Use LastErrorMsg to determine the text message of the last error encountered.

See Also