OhioField Properties |
The OhioField type exposes the following members.
Name | Description | |
---|---|---|
Attribute |
Gets the attribute byte for the field.
| |
End |
Gets the ending position of the field. The position can range from 0 to the size-1 of the virtual screen.
| |
Hidden |
Gets a value that indicates if the field is a hidden field.
| |
HighIntensity |
Gets a value that indicates if the field is a high intensity field.
| |
Length |
Gets the length of the field. The value can range from 1 to the size of the virtual screen.
| |
Modified |
Gets a value that indicates if the field has been modified. The field can be modified by the host sending
data to that field, or by the client using for example the OhioScreen.PutString method.
| |
Normal |
Gets a value that indicates if the field is a normal field (neither protected nor high intensity).
| |
Numeric |
Gets a value that indicates if the field is a numeric field.
| |
PenSelectable |
Gets a value that indicates if the field is a pen selectable field.
| |
Protected |
Gets a value that indicates if the field is a protected field.
| |
Start |
Gets the starting position of the field. The position can range from 0 to the size-1 of the virtual screen.
| |
String |
Gets or sets the text plane data for the field. This is similar to the OhioScreen.GetData method
using the OhioPlane.TEXT parameter, except the data is returned as a string instead of a character array. When setting
this property, if the length of the value is shorter than the length of the field, the rest of the field will be cleared. If the length
of the value is longer than the field, the text is truncated. Also notice that a subsequent call to this property will not reflect
the changed text until the OhioFields.Refresh method is called.
|