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 プロパティを使用して、最後に起きたエラーを決定します。

関連項目