Return a List of ScreenData objects.
List<ScreenData> HostScreen.getData(int row, int column, int width, int height); List<ScreenData> HostScreen.getData(int offset, int width, int height); |
Arguments
HostScreen
Required. HostScreen object.
Offset
Required when not a row/column set of parameters. The offset position on the host screen (starts with 0).
row
Required when not a single offset. The row number on the host screen (starts with 1)
column
Required when not a single offset. The column number on the host screen (starts with 1).
width
Required. The width / number of columns
height
Required. The height / number of rows in the box.
Remarks
Will return one or more fields from the active host screen that exist within the box on the screen described by the row/column/offset, width and height.
Each field returned will be a ScreenData class object, in a generic List.
Requirements
Inventu Viewer+
See Also
Applies To: HostScreen object
© 2022 Inventu Corporation