Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void FreeAndNil(MarshalByRefObject anObject) | |
| 2 | void FreeAndNil(Object anObject) |
Overload 1: void FreeAndNil(MarshalByRefObject anObject)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | anObject | MarshalByRefObject |
Result: stored in self (calling object)
Overload 2: void FreeAndNil(Object anObject)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | anObject | Object |
Result: stored in self (calling object)