OnLoadConfiguration - cWebWidgetContainer
Use this method to fill the struct with a valid configuration
Type: Event
Parameters
| Parameter | Type | Description |
|---|---|---|
| ByRef ContainerDef | tContainerDef | Struct containing the configuration to load into the container |
Syntax
Procedure OnLoadConfiguration ByRef tContainerDef ContainerDef
Description
Called by LoadConfiguration if pbUseCustomConfigurationStorage is set to True.
Use this method to fill the struct with a valid configuration from for example a database, config file or straight up code.