ReadOnly

Description

Whether the DataWindow is read-only.

Applies to

DataWindows

Syntax

Describe and Modify argument:

"DataWindow.ReadOnly { = value }"

Parameter

Description

value

Whether the DataWindow is read-only. Values are:

  • Yes – Make the DataWindow read-only.

  • No – (Default) Do not make the DataWindow read-only.

Examples

Example 1

[Visual Basic]
setting = dw_1.Describe("DataWindow.ReadOnly")

Example 2

dw_1.Modify("DataWindow.ReadOnly=Yes")