Overload List
| # | Signature | Description |
|---|---|---|
| 1 | constructor Create; | |
| 2 | constructor Create(aOwner: TComponent); | |
| 3 | constructor Create(Container: IContainer); |
Overload 1: constructor Create;
Result: stored in self (calling object)
Overload 2: constructor Create(aOwner: TComponent);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aOwner | Component |
Result: stored in self (calling object)
Overload 3: constructor Create(Container: IContainer);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Container | IContainer |
Result: stored in self (calling object)