ColdFusion.MessageBox.isMessageBoxDefined

Description

Checks if a message box is defined.

Function syntax

ColdFusion.MessageBox.isMessageBoxDefined(name)

History

ColdFusion 9: Added this function

Parameters

Parameter

Description

name

The name of the message box object.

Returns

A Boolean value, that is, true or false.

Usage

Use this function to check if the message box is defined for a specific name.