ReadOnly DataWindow object property
Description
Whether the DataWindow is read-only.
Controls
DataWindows
Syntax
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:
|
Examples
string setting
setting = dw1.Object.DataWindow.ReadOnly
dw1.Object.DataWindow.ReadOnly="Yes"
setting = dw1.Describe("DataWindow.ReadOnly")
dw1.Modify("DataWindow.ReadOnly=Yes")
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest