TSimpleRWSync : Method overview by Name
| Member | Visibility | Description | 
|---|---|---|
| Beginread(TSimpleRWSync) | public | Acquire a read lock | 
| Beginwrite(TSimpleRWSync) | public | Acquire a write lock | 
| Create(TSimpleRWSync) | public | Create a new instance of TSimpleRWSync | 
| Destroy(TSimpleRWSync) | public | Removes the TSimpleRWSync instance from memory | 
| Endread(TSimpleRWSync) | public | Release the read lock | 
| Endwrite(TSimpleRWSync) | public | Release the write lock |