System.Win.Registry.TRegistry.LastError

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

Delphi

property LastError: Longint read FLastError;

C++

__property int LastError = {read=FLastError, nodefault};

プロパティ

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

説明

最後に起きたエラーを示します。

LastError プロパティを使用して、最後に起きたエラーを決定します。

関連項目