ReplaceTabWithSpace DataWindow object property
Description
Whether tab characters embedded in the data for a DataWindow
display as square boxes when the row is not the current row.
Controls
DataWindows
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.DataWindow.ReplaceTabWithSpace |
Describe and Modify argument:
1 |
"DataWindow.ReplaceTabWithSpace { = <span>value</span> }" |
Parameter |
Description |
---|---|
value |
Whether tab characters embedded in the Values are:
|
Examples
1 |
string str |
1 |
str = dw1.Object.DataWindow.ReplaceTabWithSpace |
1 |
dw1.Object.DataWindow.ReplaceTabWithSpace="Yes" |
1 |
str = dw1.Describe("DataWindow.ReplaceTabWithSpace") |
1 |
dw1.Modify("DataWindow.ReplaceTabWithSpace=Yes") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments