Programming with Reflection

image\rwnprg32.gif PasteUsingFieldDelimiters property

 

Syntax

object.PasteUsingFieldDelimiters
object.PasteUsingFieldDelimiters = Value

Data type

Boolean

 

Description

When a new line is reached during a paste operation, Reflection will attempt to paste on the next row at the same column location where the paste began. This property returns (first syntax line) or specifies (second syntax line) what happens if the new location is protected. When the value is False, pasting stops, and any text remaining in the clipboard is placed into the PasteNext buffer. When the value is True, Reflection continues to search for subsequent fields, searching first right and then down, until it finds another unprotected field. If an unprotected field is located, pasting starts in this field; if not pasting stops and any remaining text is put into the PasteNext buffer.

Values

The default is False.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property