LoadConfigSettings() method
- Last UpdatedNov 26, 2024
- 1 minute read
Use the LoadConfigSettings() method to load and apply the previously saved UI configuration settings from the database for the specified entity or the default UI settings for this control type. This includes both the grid and Button Bar control settings.
Syntax
LoadConfigSettings(UseDefaults);
Parameter
useDefaults
A Boolean value specifying whether the default configuration should be loaded. If it is False, the configuration for the current entity is loaded and applied.