Description
Returns the first parameter of the >rem...< GNML tag.
See the table in the Mode function documentation for an explanation of the meaning of ModeData depending on the text mode.
Syntax
object.GetModeData |
object
Required. Object name, returned by objCursor created through Text.GetCursor.
Example
Dim objCur = Text.GetCursor(modeSrcOn,cposCursor,False)
Dim objdesc As TxtPosDesc = objCur.GetDesc
Value = objDesc.GetModeData
Remarks
The similar functionality is available in object returned by Text.GetTextStatus, Text.GetParaTextStatus and Text.GetDefaultTextStatus functions. See TextStatus Object.