How to define an own column class in the bBrowser

Requirement: bBrowser 1.5

 

If the bBrowser creates columns, it uses the class bDataColumn as default. In addition, it exists the possibility that the bBrowser uses another class. For this with the method bBrowser:PropertyPut() and the property #ColumnClass the new class name as symbol must be set.

The following code fragment demonstrates the proceeding:

oBrowser:PropertyPut(#ColumnClass, #myDataColumn)

 

Important note!
The method Init() of the new class must have the same parameters like the method Init() of the class bDataColumn.