EndCol Property (Read/Write) |
Top Previous Next |
Sets/gets the column where the hotspot recognition area of the host screen ends. 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
TNBXHotSpot.EndCol [= Integer]
Delphi Syntax
TNBXHotSpot.EndCol [:= Integer];
Remarks
Valid values are from 1 to TNBX5250/TNBX3270.Cols property.
See Also EndRow, StartCol, StartRow properties.
|