System.Win.Registry.TRegistry.LastErrorMsg

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property LastErrorMsg: string read GetLastErrorMsg;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Win.Registry.pas
System.Win.Registry.hpp
System.Win.Registry TRegistry

説明

最後に起きたエラーのテキスト メッセージを示します。

LastErrorMsg プロパティを使用して、最後に起きたエラーのテキスト メッセージを特定します。

関連項目