Table of Contents

Enum ModuleOptions

Namespace
RDCore.SDK.Model.AST.Directives
Assembly
RDCore.SDK.dll
[Flags]
public enum ModuleOptions

Fields

OptionBase0 = 16

Indicates that the Option Base 0 module option is specified.

MS-VBAL 5.2.1.2 Option Base Directive.

OptionBase1 = 32

Indicates that the Option Base 1 module option is specified.

MS-VBAL 5.2.1.2 Option Base Directive.

OptionCompareBinary = 2

Indicates that the Option Compare Binary module option is specified.

MS-VBAL 5.2.1.1 Option Compare Directive.

OptionCompareDatabase = 8

Indicates that the Option Compare Database module option is specified.

MS-VBAL 5.2.1.1 Option Compare Directive. This value is unspecified, but is known to be supported in Microsoft Access.

OptionCompareText = 4

Indicates that the Option Compare Text module option is specified.

MS-VBAL 5.2.1.1 Option Compare Directive.

OptionExplicit = 64

Indicates that the Option Explicit module option is specified.

MS-VBAL 5.2.1.3 Option Explicit Directive.

OptionPrivateModule = 128

Indicates that the Option Private Module module option is specified.

MS-VBAL 5.2.1.4 Option Private Directive.

OptionStrict = -2147483648

Indicates that the Option Strict module option is specified.

This RD-VBA directive is reserved for future use.