Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


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 nameDescription

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

...