ReadOnly
property (DataWindow object)
Description
Whether the DataWindow is read-only.
Applies to
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.ReadOnly |
Describe and Modify argument:
|
1 |
"DataWindow.ReadOnly { = value }" |
|
Parameter |
Description |
|---|---|
|
value |
Whether the DataWindow is Values are: Yes — Make the No — (Default) Do not make |
Examples
|
1 2 3 4 5 |
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