Visible property

This property returns or sets whether the field is visible. It returns true when the field is visible, otherwise returns false.

Defined in

TextField

Data type

boolean

Syntax

public boolean isVisible()
public void setVisible(boolean visible)

See examples

Example: Visible property