IPosition Interface

From The Oxygene Language Wiki

Jump to:navigation, search

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

Property
Description
EndCol: IntegerEnd column index; 1 based
EndRow: IntegerEnd row index, 1 based
File: StringFull filename of the file this position is in
StartCol: IntegerStart column index, 1 based
StartRow: IntegerStart row index, 1 based


See Also


Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox