System.SysUtils.IReadWriteSync Methods
InheritedProtected
| AddRef | public | Increments the reference count for this interface. | 
| BeginRead | public | Acquires a read lock on the object. | 
| BeginWrite | public | Acquires a write lock on the object. | 
| EndRead | public | Releases the read lock on the object. | 
| EndWrite | public | Releases the read/write lock on the object. | 
| QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. | 
| Release | public | Decrements the reference count for this interface. | 
| Supports | public | Indicates whether a given interface supports a specific (another) interface. |