Enum ModuleOptions
- Namespace
- RDCore.SDK.Model.AST.Directives
- Assembly
- RDCore.SDK.dll
[Flags]
public enum ModuleOptions
Fields
OptionBase0 = 16Indicates that the
Option Base 0module option is specified.MS-VBAL 5.2.1.2 Option Base Directive.
OptionBase1 = 32Indicates that the
Option Base 1module option is specified.MS-VBAL 5.2.1.2 Option Base Directive.
OptionCompareBinary = 2Indicates that the
Option Compare Binarymodule option is specified.MS-VBAL 5.2.1.1 Option Compare Directive.
OptionCompareDatabase = 8Indicates that the
Option Compare Databasemodule 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 = 4Indicates that the
Option Compare Textmodule option is specified.MS-VBAL 5.2.1.1 Option Compare Directive.
OptionExplicit = 64Indicates that the
Option Explicitmodule option is specified.MS-VBAL 5.2.1.3 Option Explicit Directive.
OptionPrivateModule = 128Indicates that the
Option Private Modulemodule option is specified.MS-VBAL 5.2.1.4 Option Private Directive.
OptionStrict = -2147483648Indicates that the
Option Strictmodule option is specified.This RD-VBA directive is reserved for future use.