Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

Send comments on this topic to Jolly Giant Software

Copyright 2009 by Jolly Giant Software, Inc.



  • No labels