| C# |
|---|
| public class AddressList : Form |
| #ctor | Initializes an object instance. |
| AddressDetail_Change | Adds a new list row or updates the existing list row with the changes from the detail dialog. |
| DataRetrieveAddress | Retrieves the list rows. |
| Dispose | Clean up any resources being used. |
| DoDefaultAddress | Performs the default list action. |
| DoDeleteAddress | Deletes the selected row. |
| DoEditAddress | Displays a detail dialog to edit an existing record. |
| DoNewAddress | Displays a detail dialog for a new record. |
| DoRefreshAddress | Refreshes the list. |
| DoSelectAddress | Sets the selected item and returns to the parent form. |
| InitializeComponent | Required method for Designer support - do not modify the contents of this method with the code editor. |
| RowAddAddress | Adds a grid row and updates it with the record values. |
| RowSelectAddress | Selects a row based on the key record values. |
| RowUpdateAddress | Updates the current row with the record values. |
| SetControlState | Sets the control states based on the current control values. |
| SetStoredValuesAddress | Sets the row stored values. |
| LJCHelpFile | The help file name. |
| LJCHelpPageDetail | The Detail help page name. |
| LJCHelpPageList | The List help page name. |
| LJCIsSelect | Gets or sets the LJCIsSelect value. |
| LJCParentName | Gets or sets the LJCParentName value. |
| LJCSelectedRecord | Gets a reference to the selected record. |
| components | Required designer variable. |