Navigation:  Classes > bDataColumn >

bDataColumn:IsSuspendEmptyValues()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Examines whether empty values are not to be drawn in the browser.

Class

bDataColumn

Type

Method

Syntax

<oDataColumn>:IsSuspendEmptyValues() Æ lSuspend

Return Value

lSuspendA logical value that indicates whether empty values are not to be drawn.
TRUEEmpty values are not drawn.
FALSEEmpty values are drawn.
Data type:Logic

Description

The method examines on basis of the setting of bDataColumn:SuspendEmptyValueswhether empty values are to be drawn. Whether a value is a empty value is checked with the method bDataColumn:IsValueEmpty().

 

The method bDataColumn:IsSuspendEmptyValues() is used in combination with the method bDataColumn:IsValueEmpty() to suspend empty values.

See Also

bDataColumn:IsValueEmpty()

bDataColumn:SuspendEmptyValues

bDataColumn:Transform()

 


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