System.SysUtils.TMultiReadExclusiveWriteSynchronizer.RevisionLevel
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.