Rocket® InfoConnect Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
Starting row position.
Starting column position.
Field length.
Ending row position.
Ending column position.
Field text.
Field attributes.
Field foreground color.
Flag indicating whether each character in the field is examined for character-specific
attributes.
Flag indicating whether field attributes occupy space on the screen (true) or not
(false).
Field modified tag
HostField Constructor(Int32,Int32,Int32,Int32,Int32,String,FieldAttributes,ScreenColor,Boolean,Boolean,Boolean)
In This Topic
Initializes a new instance of the HostField class.
Syntax
'Declaration
Public Function New( _ ByVal startRow As Integer, _ ByVal startColumn As Integer, _ ByVal length As Integer, _ ByVal endRow As Integer, _ ByVal endColumn As Integer, _ ByVal text As String, _ ByVal attributes As FieldAttributes, _ ByVal foregroundColor As ScreenColor, _ ByVal characterSpecificAttributes As Boolean, _ ByVal attributeSpace As Boolean, _ ByVal modified As Boolean _ )
'Usage
Dim startRow As Integer Dim startColumn As Integer Dim length As Integer Dim endRow As Integer Dim endColumn As Integer Dim text As String Dim attributes As FieldAttributes Dim foregroundColor As ScreenColor Dim characterSpecificAttributes As Boolean Dim attributeSpace As Boolean Dim modified As Boolean Dim instance As New HostField(startRow, startColumn, length, endRow, endColumn, text, attributes, foregroundColor, characterSpecificAttributes, attributeSpace, modified)
public HostField( int startRow, int startColumn, int length, int endRow, int endColumn, string text, FieldAttributes attributes, ScreenColor foregroundColor, bool characterSpecificAttributes, bool attributeSpace, bool modified )
Parameters
- startRow
- Starting row position.
- startColumn
- Starting column position.
- length
- Field length.
- endRow
- Ending row position.
- endColumn
- Ending column position.
- text
- Field text.
- attributes
- Field attributes.
- foregroundColor
- Field foreground color.
- characterSpecificAttributes
- Flag indicating whether each character in the field is examined for character-specific attributes.
- attributeSpace
- Flag indicating whether field attributes occupy space on the screen (true) or not (false).
- modified
- Field modified tag
See Also