Navigation:  Classes > bBrowser >

bBrowser:GetRecordGroupInfoOptions()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the formatting options to use for a record group info value when drawing.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetRecordGroupInfoOptions(<oRecordGroupInfo>) Æ iOptions

Arguments

<oRecordGroupInfo>The record group info value for that the options are to be determined.
Data Type:bRecordGroupInfo

Return Value

iOptionsThe determined formatting options. A combination of the following options can be returned:

 

Option

Description

BRGISO_NONE

No options are defined.

BRGISO_AUTO

The following default options are used:

BRGISO_LINEBREAK

BRGISO_WORDBREAK

BRGISO_END_ELLIPSIS

If the value cannot be displayed completely then the value will be truncated and ellipsis are be added.

 

The option can not be combined with:

BRGISO_RTF

BRGISO_LINEBREAK

If the value contains line break characters (CRLF) then the value is broken at these.

 

The option can not be combined with:

BRGISO_RTF

BRGISO_RTF

The value is displayed as RTF text.

 

The option can not be combined with:

BRGISO_END_ELLIPSIS

BRGISO_LINEBREAK

BRGISO_WORDBREAK

If the value cannot be displayed completely in one line then the value will be broken at words.

 

Data Type:DWord

Description

In order to determine the formatting options for an record group info value it is examined whether a bRecordGroupInfoStyle object is defined (see also bRecordGroupInfo:ViewStyle) and whether in this object options (see also bRecordGroupInfoStyle:Options) are not set equal to BRGISO_AUTO. If it is, this options are returned. Otherwise the options BRGISO_LINEBREAK and BRGISO_WORDBREAK are returned.

See Also

bBrowser:GetRecordGroupInfoAlignment()

bBrowser:GetRecordGroupInfoAlphaBlendRatio()

bBrowser:GetRecordGroupInfoBackground()

bBrowser:GetRecordGroupInfoForeground()

bBrowser:GetRecordGroupInfoFont()

bBrowser:GetRecordGroupInfoGrid()

bRecordGroupInfo:ViewStyle

bRecordGroupInfoStyle

bRecordGroupInfoStyle:Options

 


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