Overload List
| # | Signature | Description |
|---|---|---|
| 1 | procedure SetInclude(var dstSet: Cardinal; const Item: Cardinal); | |
| 2 | procedure SetInclude(var dstSet: UInt64; const Item: UInt64); |
Overload 1: procedure SetInclude(var dstSet: Cardinal; const Item: Cardinal);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | dstSet | Cardinal | |
| 2 | Item | Cardinal |
Result: stored in self (calling object)
Overload 2: procedure SetInclude(var dstSet: UInt64; const Item: UInt64);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | dstSet | UInt64 | |
| 2 | Item | UInt64 |
Result: stored in self (calling object)