Versions Compared

Key

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

...

Converts a presentation space position for the specified session into row/column format.

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

Syntax

C#
bool PositionToRowColumn(
	int position,
	Object sessionID,
	out int row,
	out int column
)


Visual Basic (Declaration)
Function PositionToRowColumn ( _
	position As Integer, _
	sessionID As Object, _
	<OutAttribute> ByRef row As Integer, _
	<OutAttribute> ByRef column As Integer _
) As Boolean


Visual C++
bool PositionToRowColumn(
	int position, 
	Object^ sessionID, 
	[OutAttribute] int% row, 
	[OutAttribute] int% column
)


JavaScript
function PositionToRowColumn(position, sessionID, row, column);


Parameters

position
Type: System..::.Int32Position Int32
Position to convert; must be between 1 and the size of the presentation space.

sessionID
Type: System..::.ObjectThe .Object
The sessionID for which to convert the position.

row
Type: System..::.Int32 %Receives
Receives the row number that corresponds to the position.

column
Type: System..::.Int32 %Receives
Receives the column number that corresponds to the position.

...

true if position is valid and could be successfully converted to a row and column position, otherwise false.

See Also


IQWS3270 Interface
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

Copyright 2009 by Jolly Giant Software, Inc.

...