VOTools for Visual Objects  
and Vulcan.NET  

bBrowser => Tips & Tricks => How to define an own column class in the bBrowser

   




 from bBrowser
1.5
  bBrowser 1.4 (Limited)
no
 

How to define an own column class in the bBrowser.

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.


Copyright © 2003-2015 BEFO GmbH