Navigation:  Classes > bDataColumn >

bDataColumn:ViewValueAs

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

The display type of column values.

Class

bDataColumn

Type

Access / Assign

Data Type

Symbol

Description

Column values can be displayed in different view styles. The table below defines the supported view styles:

 

View Style

Description

#Abstract

For each value in the owner of the bBrowser the callback method DrawValue() is called, if this is defined. As argument an event of the class bDrawValueEvent will passed to the method.

#Check

Display as CheckBox without box.

#CheckBox

Display as CheckBox.

#ComboBox

Display as ComboBox.

#ComboEdit

Display as bComboEdit.

#PushButton

Display as PushButton.

 

If the PushButton is pressed during an cell edit, in the owner of the bBrowser the method ButtonClick() is called. In the passed event the symbol name of the column can be determined with the access ControlEvent:NameSym.

#RTF

Display as RTF text.

#Text

Display as Text.

A NULL_SYMBOL effects that the view style is determined depending on the data type of the column value.

See Also

bBrowser:GetColumnViewValueAs()

bBrowser:PropertyPut(#ValueViewList)

bBrowser:ViewLogicAs

 


Page url: http://www.YOURSERVER.com/index.html?bdatacolumn_viewvalueas.htm