System.Win.Registry.TRegistry.LastErrorMsg
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.