/
Attribute (Property)
Attribute (Property)
IField::Attribute
Retrieve the attribute byte for the specified field.
Property Get Attribute(cursor As CursorPos) As Integer
Parameters
No | Name | Type | Optional | Default | Description |
---|---|---|---|---|---|
1 | cursor | No | - | A position inside the field for which to retrieve the attribute byte |
The returned value is the attribute byte of the field at the specified position or 0 if the screen is not formatted.
Sample Code
Dim attribute as Integer
Dim myPos as CursorPos
myPos.row = 18
myPos.column = 45
attribute = field.Attribute(myPos)
Dim myPos as CursorPos
myPos.row = 18
myPos.column = 45
attribute = field.Attribute(myPos)
QWS3270 Automation copyright © Jolly Giant Software Inc. All rights reserved.
, multiple selections available,
Related content
Attribute_(Property)
Attribute_(Property)
More like this
VBS_Attribute_(Property)
VBS_Attribute_(Property)
More like this
VBS_Attribute (Property)
VBS_Attribute (Property)
More like this
QWS3270.FieldAttribute_Method
QWS3270.FieldAttribute_Method
More like this
FieldAttribute Method
FieldAttribute Method
More like this
VBS_GetStringWithAttribs (Method).
VBS_GetStringWithAttribs (Method).
More like this