ConfigurationWidget::ReleaseConfiguration
Defined in:
Releases the configuration interface.
C4Configuration.h
Prototype
void ReleaseConfiguration(void);
Description
The ReleaseConfiguration
function releases the per-setting interface widgets currently displayed by a configuration widget and returned the configuration widget to its initial empty state. It's necessary to call this function only in order to rebuild the interface widgets from scratch.
See Also
ConfigurationWidget::BuildConfiguration