Specifies whether this object
is a container object.
Note: This property is read only.
JavaScript SyntaxReference_Syntax.isContainer = false | true;
- or -
Reference_Syntax.isContainer = 0 | 1;
FormCalc SyntaxReference_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.
|
JavaScriptTextField1.isContainer;
FormCalcTextField1.isContainer
|
|
|