procedure Init(var csLock: Integer);
Initializes the critical section, if the constructor was not used.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | csLock | Integer |
Result: stored in self (calling object)
Initializes the critical section, if the constructor was not used.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | csLock | Integer |
Result: stored in self (calling object)