FirstRowOnPage  Font.property

Chapter 3: DataWindow Object Properties

Font.Bias

Description

The way fonts are manipulated in the DataWindow during execution.

Applies to

DataWindows

Syntax

PocketBuilder dot notation:

dw_control.Object.DataWindow.Font.Bias

Describe and Modify argument:

"DataWindow.Font.Bias { = biasvalue }"

Parameter

Description

biasvalue

An integer indicating how the fonts will be manipulated at execution. Biasvalue cannot be a DataWindow expression. Values are:

  • 0 — As display fonts

  • 1 — As printer fonts

  • 2 — Neutral; no manipulation will take place

Examples

Example 1

string setting

setting = dw_1.Object.DataWindow.Font.Bias

Example 2

dw_1.Object.DataWindow.Font.Bias = 1

Example 3

setting = dw_1.Describe("DataWindow.Font.Bias")

Example 4

dw_1.Modify("DataWindow.Font.Bias=1")





Copyright © 2004. Sybase Inc. All rights reserved. Font.property

View this book as PDF