ReplaceTabWithSpace
property (DataWindow object)
Description
Whether tab characters embedded in the data for a DataWindow
display as square boxes when the row is not the current row.
Applies to
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.ReplaceTabWithSpace |
Describe and Modify argument:
|
1 |
"DataWindow.ReplaceTabWithSpace { = value }" |
|
Parameter |
Description |
|---|---|
|
value |
Whether tab characters embedded in the data for a Values Yes — Replace each tab character with four No — (Default) Do not replace tab |
Examples
|
1 2 3 4 5 |
string str str = dw1.Object.DataWindow.ReplaceTabWithSpace dw1.Object.DataWindow.ReplaceTabWithSpace="Yes" str = dw1.Describe("DataWindow.ReplaceTabWithSpace") dw1.Modify("DataWindow.ReplaceTabWithSpace=Yes") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest