Share via


Application.IsCompiled Property (Access)

The IsCompiled property returns a Boolean value indicating whether the Visual Basic project is in a compiled state. Read-only Boolean.

Syntax

.IsCompiled

A variable that represents an Application object.

Remarks

The IsCompiled property of the Application object is False when the project has never been fully compiled, if a module has been added, edited, or deleted after compilation, or if a module hasn't been saved in a compiled state.

참고 항목

개념

Application Object

Application Object Members