CodeCharge Studio

hide<control> Run-Time Variable (ColdFusion)

Applies to

Button Control, Label Control, TextBox Control, TextArea Control, Checkbox Control, Image Control, ImageLink Control, DatePicker Control, Grid Form, ListBox Control, CheckboxList Control, RadioButton Control, Record Form, Sorter Control, Navigator Control, EditableGrid Form, Path Form, Directory Form, FileUpload Control, Panel

Type

Boolean

Access

read/write

Syntax

<cfset hide<control>=<expression>>
<cfset <expression>=hide<control>>

Description

This variable determines the visibility of a control. Be default, the value of this variable is False, meaning that the control is visible. However, if the variable is set to True, the control will be hidden.

See also

fld<control> Variable


On-line, printable versions and updates