RTextView.AddObject


public function AddObject

Prototype:

public function AddObject(Object[, add_by_copy=false]);

Parameters

Object
a VisibleRemoteObject descendant that will be added to the view
add_by_copy
default is false. If set to true, the object will be copied on the remote (this is useful when rendering one image more than one time)

Description:

Adds an object to a text view. 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.