ReadOnly DataWindow object property
Description
Whether the DataWindow is read-only.
Controls
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
<span>dw_control</span>.Object.DataWindow.ReadOnly |
Describe and Modify argument:
|
1 |
"DataWindow.ReadOnly { = <span>value</span> }" |
|
Parameter |
Description |
|---|---|
|
value |
Whether the DataWindow is read-only. Values are:
|
Examples
|
1 |
string setting |
|
1 |
setting = dw1.Object.DataWindow.ReadOnly |
|
1 |
dw1.Object.DataWindow.ReadOnly="Yes" |
|
1 |
setting = dw1.Describe("DataWindow.ReadOnly") |
|
1 |
dw1.Modify("DataWindow.ReadOnly=Yes") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest