Whether the DataWindow is read-only.
DataWindows
Describe and Modify argument:
"DataWindow.ReadOnly { = value }"
Parameter |
Description |
---|---|
value |
Whether the DataWindow is read-only. Values are:
|
[Visual Basic] setting = dw1.Describe("DataWindow.ReadOnly")
dw1.Modify("DataWindow.ReadOnly=Yes")