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 Next »


This class represents a QWS3270 presentation space field.

Namespace:  JollyGiant.Emulation
Assembly:  JGSComdotNet (in JGSComdotNet.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax


Visual Basic (Declaration)
<ComVisibleAttribute(True)> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class Field _
	Implements IField
Visual C++
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class Field : IField
JavaScript
JollyGiant.Emulation.Field = function();

Type.createClass(
	'JollyGiant.Emulation.Field',
	null,
	JollyGiant.Emulation.IField);


Inheritance Hierarchy

System..::.Object
  JollyGiant.Emulation..::.Field

See Also

Send comments on this topic to Jolly Giant Software

Copyright 2009 by Jolly Giant Software, Inc.



  • No labels