DBWAssemblyUnCheckoutEvent

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DBWAssemblyUnCheckoutEvent

Description

Detects the occurrence of an uncheckout event on an assembly

Syntax

Function DBWAssemblyUnCheckoutEvent()

Return Values

TRUE

If an uncheckout event on assembly has occurred

FALSE

otherwise

Example

if DBWAssemblyUnCheckoutEvent() then
 msgbox "Assembly - UnCheckout Event"
end if