Whether the DataWindow is read-only.
DataWindows
PowerBuilder dot notation:
dw_control.Object.DataWindow.ReadOnly
Describe and Modify argument:
"DataWindow.ReadOnly { = value }"
Parameter |
Description |
---|---|
value |
Whether the DataWindow is read-only. Values are:
|
string setting
setting = dw1.Object.DataWindow.ReadOnly
dw1.Object.DataWindow.ReadOnly="Yes"
setting = dw1.Describe("DataWindow.ReadOnly")
dw1.Modify("DataWindow.ReadOnly=Yes")