/
Field_Type_Enumeration
Field_Type_Enumeration
Field types for Field class 'search' methods. This is not a complete list of possible field types for 3270 applications, but these types are the only ones supported by the Field class
Namespace: JollyGiant.Emulation
Assembly: JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
[ComVisibleAttribute(true)] public enum FieldType |
Visual Basic (Declaration) |
---|
<ComVisibleAttribute(True)> _ Public Enumeration FieldType |
Visual C++ |
---|
[ComVisibleAttribute(true)] public enum class FieldType |
JavaScript |
---|
JollyGiant.Emulation.FieldType = function(); JollyGiant.Emulation.FieldType.createEnum('JollyGiant.Emulation.FieldType', false); |
Members
Member name | Description | |
---|---|---|
Protected | Find only protected fields (read-only) | |
Unprotected | Find only unprotected fields (writable) | |
DontCare | Find protected and unprotected field types |
See Also
JollyGiant.Emulation Namespace
Send comments on this topic to Jolly Giant Software
Copyright 2009 by Jolly Giant Software, Inc.
, multiple selections available,
Related content
FieldType.Enumeration
FieldType.Enumeration
More like this
FieldType Enumeration
FieldType Enumeration
More like this
Field.Methods
Field.Methods
More like this
Enumeration FieldType
Enumeration FieldType
More like this
Enumerations FieldType.
Enumerations FieldType.
More like this
Field Members
Field Members
More like this