Programming with Reflection
InsertArena property
Syntax |
|
Data type |
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.
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.