expression.CopyInputFieldsOnly As Boolean
where expression is a variable that represents a IbmScreen Object
expression.CopyInputFieldsOnly As Boolean
Exception | Description |
---|---|
Attachmate.Reflection.SecuredSettingException | This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator. |
The default value is False.
This property is useful for working with a host application that is form-oriented. If this property is true, the terminal replaces protected characters with spaces. If it is false, protected and unprotected characters are treated identically.
If this property is True and UseTableFormat is also True, Reflection is more likely to interpret text as containing columns, because there will be more spaces.