| C# |
|---|
| public class ValueDetail : Form |
| #ctor | Initializes an object instance. |
| DataRetrieve | Retrieves the list rows. |
| 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. |
| SetRecordValues | Creates and returns a record object with the data from the controls. |
| LJCIsUpdate | Gets the IsUpdate value. |
| LJCPracticeSet | The parent practice set. |
| LJCValue | Gets or sets the Value text. |
| components | Required designer variable. |