HorizontalScrollSplit DataWindow object property
Description
The position of the split in the DataWindow’s horizontal
scroll bar. If HorizontalScrollSplit is zero, the scroll bar is
not split.
Controls
DataWindows
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.DataWindow.HorizontalScrollSplit |
Describe and Modify argument:
1 |
"DataWindow.HorizontalScrollSplit { = <span>splitdistance</span> }" |
Parameter |
Description |
---|---|
splitdistance |
An integer indicating where the split |
Examples
1 |
string setting |
1 |
setting = dw1.Object.DataWindow.HorizontalScrollSplit |
1 |
dw1.Object.DataWindow.HorizontalScrollSplit = 250 |
1 |
str = dw1.Describe("DataWindow.HorizontalScrollSplit") |
1 |
dw1.Modify("DataWindow.HorizontalScrollSplit=250") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments