Overload List
| # | Signature | Description |
|---|---|---|
| 1 | constructor Create(aOwner: TSpectrumBandsAnalyzer); | Create the list and pass TSpectrumBandsAnalyzer component as the owner. |
| 2 | constructor Create(AOwnsObjects: Boolean); |
Overload 1: constructor Create(aOwner: TSpectrumBandsAnalyzer);
Create the list and pass TSpectrumBandsAnalyzer component as the owner.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aOwner | TSpectrumBandsAnalyzer |
Result: stored in self (calling object)
Overload 2: constructor Create(AOwnsObjects: Boolean);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | AOwnsObjects | Boolean |
Result: stored in self (calling object)