Programming with Reflection

image\rwnprg32.gif InsertArena property

 

Syntax

object.InsertArena
object.InsertArena = Value

Data type

Enumeration

 

Description

Returns (first syntax line) or specifies (second syntax line) the extent to which Reflection applies the logic for character insertion as described for the InsertProtocol property.

Values

The default is rcCurrentField.

rcAllUnprotectedFields Changes are allowed to all unprotected fields in the partition.

rcCurrentField No change is allowed to any field except the current field.

rcLocalUnprotectedFields Changes are allowed to the current field and to other local unprotected fields. If two or more unprotected fields are contiguous (that is, not separated by any protected fields) they are local.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property