IPosition Interface
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
IPosition = public interface
IPosition is used to store the location of an element or message in a file.
Namespace: Cirrus
Properties
| | |
|---|---|
| EndCol: Integer | End column index; 1 based |
| EndRow: Integer | End row index, 1 based |
| File: String | Full filename of the file this position is in |
| StartCol: Integer | Start column index, 1 based |
| StartRow: Integer | Start row index, 1 based |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To