* Registers a control with the records's list of controls. * * See `FormGroup#registerControl` for additional information.
(name: string, control: TControl)
| 750 | * See `FormGroup#registerControl` for additional information. |
| 751 | */ |
| 752 | registerControl(name: string, control: TControl): TControl; |
| 753 | |
| 754 | /** |
| 755 | * Add a control to this group. |
no outgoing calls
no test coverage detected