| C# |
|---|
| public class SectionDetail : Form |
| #ctor | Initializes an object instance. |
| DataRetrieve | Retrieves the initial control data. |
| DataSave | Saves the data. |
| Dispose | Clean up any resources being used. |
| GetRecordValues | Gets the record values and copies them to the controls. |
| InitializeComponent | Required method for Designer support - do not modify the contents of this method with the code editor. |
| InitializeControls | Configures the controls and loads the selection control data. |
| IsValid | Validates the data. |
| LJCOnChange | Fires the Change event. |
| OnPaintBackground | Paint the form background. |
| SetRecordValues | Creates and returns a record object with the data from the controls. |
| components | Required designer variable. |