InfoConnect for Airlines
GetCharacterAttributes Method


screen row position
screen column position
Retrieves character attributes for the specified position.
Syntax
'Declaration
 
Function GetCharacterAttributes( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As CharacterAttributes
'Usage
 
Dim instance As IScreen
Dim row As Integer
Dim column As Integer
Dim value As CharacterAttributes
 
value = instance.GetCharacterAttributes(row, column)
CharacterAttributes GetCharacterAttributes( 
   int row,
   int column
)

Parameters

row
screen row position
column
screen column position

Return Value

Attribute information for the specified position. May specify multiple attributes.
See Also