Versions Compared

Key

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

Enumeration of search directions for Field class.

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

...

JavaScript
JollyGiant.Emulation.SearchDirection = function();
JollyGiant.Emulation.SearchDirection.createEnum('JollyGiant.Emulation.SearchDirection', false);

Image RemovedMembers


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

...