System.SysUtils.TMultiReadExclusiveWriteSynchronizer.RevisionLevel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RevisionLevel: Cardinal read FRevisionLevel;

C++

__property unsigned RevisionLevel = {read=FRevisionLevel, nodefault};

Properties

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

Description

Changes revision level of protected memory.

RevisionLevel changes each time a write lock is granted. This property should be used for identity comparisons only, not for determining revision sequence.