RTextView.InsertObject


public function InsertObject

Prototype:

public function InsertObject(position, Object);

Parameters

position
the position where the text is inserted (a number starting from 0)
Object
a VisibleRemoteObject descendant that will be added to the view

Description:

Inserts an object to a text view at the given position. The object, can be, for example a RImage for displaying an image in the view.

Return value:

Returns 0 if the object is invalid or the result of the Send function.