Section contents
cdescriptor.oxh
this& = NewLexMark&:
Creates a lexical position mark object and returns a handle which allows the object to be manipulated.
this& |
An value which represents the created lexical position mark object |
If the object could not be created then an error is generated
which should be trapped by an ONERR
handler.
LOCAL this& this& = NewLexMark&: DeleteLexMark:(this&)
DeleteLexMark:(BYREF this&)
Destroys the lexical position mark object.
this& |
A handle to a lexical position mark object |
LOCAL this& this& = NewLextMark&: DeleteLexMark:(this&)