Binding the Form and Components to Code
If you have not created a bound class by default, when creating a new form, you do it explicitly, as described below.
There are two basic ways you can approach explicit binding depending on your situation:
Bind a form to an existing class, and its components to the fields of this class.
Bind a form and its components to a class and fields that don't yet exist.
Last modified: 01 August 2022