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.
Namespace:
Flex.Hal.Ohio
Assembly:
Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax public string String { get; set; }
Public Property String As String
Get
Set
Property Value
Type:
StringSee Also