Range Properties

T3000 CrossPlatform

Range Properties

[This is preliminary documentation and is subject to change.]

The Range type exposes the following members.

Properties
  NameDescription
Public propertyBounds
Public propertyCharAfterStart
Returns first char after Start place
Public propertyCharBeforeStart
Returns first char before Start place
Public propertyChars
Chars of range (exclude \n)
Public propertyColumnSelectionMode
Column selection mode
Public propertyEnd
Finish line and char position
Public propertyFromLine
Public propertyIsEmpty
Return true if no selected text
Public propertyLength
Public propertyReadOnly
Range is readonly? This property return True if any char of the range contains ReadOnlyStyle. Set this property to True/False to mark chars of the range as Readonly/Writable.
Public propertyStart
Start line and char position
Public propertyText
Text of range
Public propertyTextLength
Public propertyToLine
Top
See Also