OnSaveCustomConfiguration - cWebWidgetContainer
Use this method to save the passed struct (usually received from the client) to for example a database or config file
Type: Event
Parameters
| Parameter | Type | Description |
|---|---|---|
| ContainerDef | tContainerDef | Struct containing the configuration to save |
Syntax
Procedure OnSaveCustomConfiguration tContainerDef ContainerDef
Description
Called by SaveConfiguration if pbUseCustomConfigurationStorage is set to True.
Use this method to save the passed struct (usually received from the client) to for example a database or config file.