UIConfig Class Methods
- Last UpdatedNov 06, 2025
- 5 minute read
For a list of all members of this type, see UIConfig members.
| Name | Description | |
|---|---|---|
![]() ![]() | DeleteUIConfigDefaultValue | The DeleteUIConfigDefaultValue() method deletes the specified default configuration data records from the UI_Config_Default table. |
![]() ![]() | DeleteUIConfigValue | The DeleteUIConfigValue() method deletes the specified configuration data records from the UI_Config table. If null is passed for the configuration data ID, all the parameters in the specified section will be deleted. |
![]() ![]() | GetParameterValue | The GetParameterValue() method returns a specified value from a string that is in the "parameter1=valueparameter2=value" format. |
![]() ![]() | ReadUIConfigDefaultValue | The ReadUIConfigDefaultValue() method returns the specified configuration data record from the UI_Config_Default table. |
![]() ![]() | ReadUIConfigValue | The ReadUIConfigValue() method retrieves the specified configuration data record from the UI_Config table. |
![]() ![]() | RestoreControlsVisibility | The RestoreControlsVisibility() method retrieves a DataSet containing values for each label on the specified form. It then finds the controls named in the DataSet and sets their visibility based on the value in the DataSet. The Tag property of control is also set as the visibility of the label is stored. The control associated with that label must have the same name as the label, excluding the first three characters. |
![]() ![]() | RestoreControlsVisibilityFromDefaults | The RestoreControlsVisibilityFromDefaults() method retrieves a DataSet containing default values for each label on the specified form. It then finds the controls named in the DataSet and sets their visibility based on the value in the DataSet. The Tag property of the control is also set as the visibility of the label is stored. The control associated with that label must have the same name as the label, excluding the first three characters. |
![]() ![]() | RestoreTabsVisibilityFromDefaults | The RestoreTabsVisibilityFromDefaults() method retrieves a DataSet containing default values for each tab in the specified tab control. It then finds name of the tabs in the DataSet and sets their visibility based on the value in the DataSet. |
![]() ![]() | SaveControlsVisibility | The SaveControlsVisibility() method saves the visibility information for the controls and lables on the specified form. The control associated with the label must have the same name as the label, excluding the first three characters. |
![]() ![]() | SaveControlsVisibilityAsDefaults | The SaveControlsVisibilityAsDefaults() method saves the visibility information for the controls on the specified form as default. The control associated with the label must have the same name as the label, excluding the first three characters. |
![]() ![]() | SaveTabsVisibility | The SaveTabsVisibility() method saves the visibility information for the tabs in the specified tab control. |
![]() ![]() | SaveTabsVisibilityAsDefaults | The SaveTabsVisibilityAsDefaults() method saves the visibility information for the tabs in the specified tab control as defaults. |
![]() ![]() | SaveUIConfigDefaultValue | The SaveUIConfigDefaultValue() method stores the specified configuration data record in the UI_Config_Default table. |
![]() ![]() | SaveUIConfigDefaultValues | The SaveUIConfigDeafultValues() method saves a list of parameter/value pairs to the UI_Config_Default table. It uses the Middleware UI_Config_Default.SaveSectionParams() method to save the parameter/value pairs all at once. |
![]() ![]() | SaveUIConfigValue | The SaveUIConfigValue() method stores the specified configuration data record in the UI_Config table. |
![]() ![]() | SaveUIConfigValues | The SaveUIConfigValues() method saves a list of parameter/value pairs to the UI_Config table. It uses the Middleware UI_Config.SaveSectionParams() method to save the parameter/value pairs all at once. |

