Whatever message this page gives is out now! Go check it out!

ColdFusion.MessageBox.isMessageBoxDefined

Last update:
May 18, 2026

Description

Checks if a message box is defined.

Function syntax

ColdFusion.MessageBox.isMessageBoxDefined(name)

See also

History

ColdFusion 9: Added this function

Parameters

ParameterDescription
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.

See also

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page