Interface IRecordSetScreen
A record set that describes the contents of the current screen.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public interface IRecordSetScreen : IModelRecordSet, IRecordSet
Remarks
A record set that describes the contents of the current screen. This record set includes all records, including blank and repeated records.
Properties
RecordSetRegion
Gets the rectangular screen region which describes the location, size and contents of the recordset.
Declaration
IRectangularTerminalRegion RecordSetRegion { get; }
Property Value
Type | Description |
---|---|
IRectangularTerminalRegion | the location, size and contents of the recordset |
Methods
GetRecordRegion(int)
Gets the rectangular region which describes the location, size and contents of the record.
Declaration
ITerminalRegion GetRecordRegion(int row)
Parameters
Type | Name | Description |
---|---|---|
int | row | the row number |
Returns
Type | Description |
---|---|
ITerminalRegion | the record region.
|