CodeCharge Studio

blnDeleteAllowed<form> Run-Time Variable (ColdFusion)

Applies to

EditableGrid Form, Record Form

Type

Boolean

Access

read/write

Syntax

<cfset blnDeleteAllowed<form>=<expression>>
<cfset <expression>=blnDeleteAllowed<form>>

Description

This is a Boolean variable whose value determines whether the delete operation should proceed or not. The value of this property is set automatically based on the value of the Restricted property of the form. If the Restricted property is set to No, the value of this property is always True unless it is modified using event code in the Before Delete event.

See also

InsertAllowed<form> Variable
ReadAllowed<form> Variable
UpdateAllowed<form> Variable


On-line, printable versions and updates