Range Properties
From T3000 CrossPlatform
T3000 CrossPlatform Documentation
Range Properties |
[This is preliminary documentation and is subject to change.]
The Range type exposes the following members.
| Name | Description | |
|---|---|---|
| Bounds | ||
| CharAfterStart |
Returns first char after Start place
| |
| CharBeforeStart |
Returns first char before Start place
| |
| Chars |
Chars of range (exclude \n)
| |
| ColumnSelectionMode |
Column selection mode
| |
| End |
Finish line and char position
| |
| FromLine | ||
| IsEmpty |
Return true if no selected text
| |
| Length | ||
| ReadOnly |
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.
| |
| Start |
Start line and char position
| |
| Text |
Text of range
| |
| TextLength | ||
| ToLine |