StartRow Property (Read/Write) |
Top Previous Next |
Sets/gets the row where the hotspot recognition area of the host screen begins. Integration Pack searches for a hotspot into a host screen area delimited for: start row, start column, end row and end column coordinates. The coordinates must be set with correct row/col values in order to identify and display the corresponding hotspot.
Visual Basic Syntax
TNBHotSpot.StartRow [= Integer]
Delphi Syntax
TNBHotSpot.StartRow [:= Integer];
Remarks
Valid values are from 1 to TNB5250/TNB3270.Rows property.
See Also EndRow, EndCol, StartCol properties.
|