TabStops
A collection of tab stops.
TabStops Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of TabStops. |
| Item |
Object |
read |
Returns the TabStop with the specified index or name as Long or String. |
TabStops Methods
| Method |
Returns |
Description |
| Add |
TabStop |
Create a new TabStop. |
| AnyItem |
Object |
Returns any TabStop. |
| FirstItem |
Object |
Returns the first TabStop. |
| ItemByRange |
Objects |
Returns the TabStops within the specified range. |
| LastItem |
Object |
Returns the last TabStop. |
| MiddleItem |
Object |
Returns the middle TabStop. |
| NextItem |
Object |
Returns the next TabStop. |
| PreviousItem |
Object |
Returns the previous TabStop. |