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 »

Enumeration of search directions for 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 SearchDirection
Visual Basic (Declaration)
<ComVisibleAttribute(True)> _
Public Enumeration SearchDirection
Visual C++
[ComVisibleAttribute(true)]
public enum class SearchDirection
JavaScript
JollyGiant.Emulation.SearchDirection = function();
JollyGiant.Emulation.SearchDirection.createEnum('JollyGiant.Emulation.SearchDirection', false);

Members


Member nameDescription

Forward

Start search at specified presentation space position and stop at the end (of the field or host session presentation space)


Backward

Start search at the end (of the field or host session presentation space) and stop at specified PS Position.

See Also


JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

Copyright 2009 by Jolly Giant Software, Inc.



  • No labels