System.Win.Registry.TRegistry.LastError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LastError: Longint read FLastError;

C++

__property System::LongInt LastError = {read=FLastError, nodefault};

Properties

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

Description

Specifies the last error encountered.

Use LastError to determine the last error encountered.

See Also