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.
The
object is not a type of container object.
|
JavaScript
TextField1.isContainer;
FormCalc
TextField1.isContainer
|
|
|