The following properties are available for any Handler part:
Property | Description |
---|---|
allowUnqualifiedItemReferences | Specifies whether your code can omit container and substructure qualifiers when referencing fields in structured records. |
handleHardIOErrors | Determines whether a handler continues to run after a hard error has occurred on an I/O operation in a try block. |
i4glItemsNullable | Determines whether a handler emulates the behavior of I4GL in creating variables as nullable by default. |
localSQLScope | Determines whether identifiers for SQL result sets and prepared statements are local to the current handler. |
textLiteralDefaultIsString | If NO, literals without specific type designation receive a type based on the characters in the literal. This promotes compatibility with programs migrated from VisualAge® Generator. |
throwNrfEofExceptions | Determines whether a soft error causes an exception to be thrown. |
v60ExceptionCompatibility | Determines whether to use an older form of exception handling. |