System.SysUtils.TMultiReadExclusiveWriteSynchronizer.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TMultiReadExclusiveWriteSynchronizer();

Properties

Type Visibility Source Unit Parent
destructor public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TMultiReadExclusiveWriteSynchronizer

Description

Destroys an instance of TMultiReadExclusiveWriteSynchronizer.

Do not call Destroy directly in an application. Instead, call Free. Free verifies that the TMultiReadExclusiveWriteSynchronizer reference is not nil, and only then calls Destroy.

See Also