System.SysUtils.IReadWriteSync Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AddRefpublicIncrements the reference count for this interface.
BeginReadpublicAcquires a read lock on the object.
BeginWritepublicAcquires a write lock on the object.
EndReadpublicReleases the read lock on the object.
EndWritepublicReleases the read/write lock on the object.
QueryInterfacepublicReturns a reference to a specified interface if the object supports that interface.
ReleasepublicDecrements the reference count for this interface.
SupportspublicIndicates whether a given interface supports a specific (another) interface.