Versions Compared

Key

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

Gets the length of the field (protected or unprotected) specified by the cursor position.

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

Syntax

C#
StatusCode GetLength(
	ScreenPosition position,
	ref int length
)


Visual Basic (Declaration)
Function GetLength ( _
	position As ScreenPosition, _
	ByRef length As Integer _
) As StatusCode


Visual C++
StatusCode GetLength(
	ScreenPosition position, 
	int% length
)


JavaScript
function GetLength(position, length);


Parameters

position
Type: JollyGiant.Emulation..::.ScreenPositionThe ScreenPosition
The position of the field in row/column coordinates.

length
Type: System..::.Int32 %Will
Will receive the length of the field.

Return Value

The StatusCode indicating the result of the operation.

...

Remarks


The attribute byte of a IField is not included in it's length.

See Also


IField Interface
JollyGiant.Emulation Namespace

Send comments on this topic to Jolly Giant Software

...