IsAddEnabled function

Syntax

IsAddEnabled()

Description

Use the IsAddEnabled function to return a Boolean value indicating whether Add mode has been enabled on the component's Use tab.

Important:

Use this function within fluid applications only.

Parameters

None.

Returns

A Boolean value.

Example

&bHasAddMode = IsAddEnabled();