Navigation:  Classes > bDataColumn >

bDataColumn:GetFontSpec()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determined to a column value the font from the defined font conditions.

Class

bDataColumn

Type

Method

Syntax

<oDataColumn>:GetFontSpec(

<iColumn>,

<nRowNo>,

<nRecNo>

) Æ oFont

Arguments

<iColumn>The column number of the cell, which is passed as argument to the defined conditions.
Data Type:Integer

 

<nRowNo>The row number of the cell, which is passed as argument to the defined conditions.
Data Type:Integer | Float | Real8

 

<nRecNo>The record number of the cell, which is passed as argument to the defined conditions.
Data Type:Integer | Float | Real8

Return Value

oFontThe determined font. If no font could be determined, the value NULL_OBJECT is returned.                
Data Type:Font

Description

bDataColumn:GetFontSpec() evaluates all defined font conditions to the current column value. On the font condition that results the value TRUE as the first the defined font is returned.

 

If no font condition were found to the record the font respectively from the bBrowserColumn:DataView object is returned.

See Also

bBrowser:GetFontSpec()

bBrowserColumn:DataView

bDataColumn:FontCondition

 


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