Font.Bias DataWindow object property
Description
The way fonts are manipulated in the DataWindow at runtime.
Controls
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
<span>dw_control</span>.Object.DataWindow.Font.Bias |
Describe and Modify argument:
|
1 |
"DataWindow.Font.Bias { = <span>biasvalue </span>}" |
|
Parameter |
Description |
|---|---|
|
biasvalue |
An integer indicating how the fonts will Values are:
|
Examples
|
1 |
string setting |
|
1 |
setting = dw1.Object.DataWindow.Font.Bias |
|
1 |
dw1.Object.DataWindow.Font.Bias = 1 |
|
1 |
setting = dw1.Describe("DataWindow.Font.Bias") |
|
1 |
dw1.Modify("DataWindow.Font.Bias=1") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest