Skip to content

OnDetermineConfigurableState - cWebWidget

Called at several times to determine whether a Widget is configurable

Type: Event

Parameters

Parameter Type Description
ByRef bAllow Boolean Reflects the current configurable state based on previous checks, such as pbAllowConfiguration value. This Boolean will carry the eventual value and determine the Widget's configurable state.

Syntax

Procedure OnDetermineConfigurableState ByRef Boolean bAllow

Description

Called at several times to determine whether a Widget is configurable.

This event is the last in the chain of checks performed and can be used to incorporate your business logic into a Widget's configurable state. The passed ByRef Boolean bAllow parameter reflects the current configurable state based on previous checks, such as pbAllowConfiguration value. This Boolean will carry the eventual value and determine the Widget's configurable state.

See Configurable Widgets for more information.