RColumnManager.UseWidget


public function UseWidget

Prototype:

public function UseWidget(Object);

Parameters

Object
a VisibleRemoteObject descendat object

Description:

This function attaches a column header to a control. For example, if you want to display an image next to the column's caption, you need to attach a RVBox containing a RImage and a RLabel object. You can put virtually any control in place of the standard column Caption.

Return value:

Returns the result of the Send function (not to be considered important).