objectModel.beginningOf

Syntax objectModel.beginningOf (obj)

Params obj is the specifier of the object within which an object is to be inserted at the beginning.

Action Creates a typeInsertionLoc descriptor record specifying insertion as the first element of the object's class within obj.

Returns A binary value containing the descriptor record.

Examples with objectModel {create (word, "sample", 0, beginningOf (paragraph [1]))}

   » true

Notes This verb can only be used with applications whose verbs are based on the object model protocol.

This verb is implemented as a small script that calls insertionLoc.

See Also objectModel.before

objectModel.after

objectModel.endOf

objectModel.replace

core.create

core.move

Discuss