isContainer

Specifies whether this object is a container object.

Note: This property is read only.

JavaScript Syntax

Reference_Syntax.isContainer = false | true; 
- or - 
Reference_Syntax.isContainer = 0 | 1;

FormCalc Syntax

Reference_Syntax.isContainer = 0 | 1

Values

Type

Values

Boolean

  • true | 1 (default)

  • false | 0

The object is a type of container object.

  • false | 0

The object is not a type of container object.

Applies to

node class class

Version

XFA 2.1

Examples

JavaScript

TextField1.isContainer;

FormCalc

TextField1.isContainer

// Ethnio survey code removed