Programming with Reflection

image\rwnprg32.gif CopyInputFieldsOnly property

 

Syntax

object.CopyInputFieldsOnly
object.CopyInputFieldsOnly = Value

Data type

Boolean

 

Description

Returns (first syntax line) the value or specifies (second syntax line) whether a copy (cut or append) operation puts values in unprotected input fields on the Clipboard. This property is useful for working with a host application that is form-oriented. If this property is True, Reflection replaces protected characters with spaces. If this property is False, protected and unprotected characters are treated identically.

Values

The default is False.

Note:

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.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property