CurMarkedText Attribute
Data Type: nvarchar(256)
4GL Access: R
The CurMarkedText attribute contains the currently marked text in the field.
This attribute does not tell you where in the string the marked text occurs. For that information, use the attributes
FirstMarked (see
ForceCase Attribute) and
LastMarked (see
LastMarked Attribute).
Because the data type is varchar(256), only the first 256 characters of marked text are returned.