StartCol Property (Read/Write) |
Top Previous Next |
Sets/gets the column default value 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.
Visual Basic Syntax
[Integer =] TNBHotSpots.StartCol
Delphi Syntax
[Integer :=] TNBHotSpots.StartCol;
Remarks
Return value is between 1 and TNB5250/TNB3270.Cols property.
See Also EndRow, EndCol, StartRow properties.
|