| C# |
|---|
| public class UnitDetail : 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 LJCChange event. |
| OnPaintBackground | Paint the form background. |
| ResetRecordValues | Resets the empty record values. |
| SetRecordValues | Creates and returns a record object with the data from the controls. |
| LJCHelpFileName | Gets or sets the LJCHelpFileName value. |
| LJCHelpPageName | Gets or sets the LJCHelpPageName value. |
| LJCID | Gets or sets the primary ID value. |
| LJCIsUpdate | Gets the LJCIsUpdate value. |
| LJCParentID | Gets or sets the Parent ID value. |
| LJCParentName | Gets or sets the LJCParentName value. |
| LJCRecord | Gets a reference to the record object. |
| components | Required designer variable. |