Description
Read-only. Indicates a zone is flagged for dynamic double-key.
Applicable Events
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.DynamicDoublyKey =true/false
Parameters
Object is a reference to the Zone or Line object. For more information, see Zone Object (page Zone Object) or Line Object (page Line Object).
DynamicDoublyKey is the command.
Example
‘Flag this zone as a double key zone
If MyZone.DynamicDoubleKey then
MsgBox "Zone " & MyZone.Name & " is flagged for double key"
End If