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 »

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#
public bool PositionToRowColumn(
	int position,
	Object sessionID,
	out int row,
	out int column
)
Visual Basic (Declaration)
Public Function PositionToRowColumn ( _
	position As Integer, _
	sessionID As Object, _
	<OutAttribute> ByRef row As Integer, _
	<OutAttribute> ByRef column As Integer _
) As Boolean
Visual C++
public:
virtual bool PositionToRowColumn(
	int position, 
	Object^ sessionID, 
	[OutAttribute] int% row, 
	[OutAttribute] int% column
) sealed
JavaScript
function PositionToRowColumn(position, sessionID, row, column);


Parameters

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

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

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

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

Return Value

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

Implements

IQWS3270..::.PositionToRowColumn(Int32, Object, Int32%, Int32%)

See Also


QWS3270 Class
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

Copyright 2009 by Jolly Giant Software, Inc.



  • No labels