DBWDrawingUnCheckoutEvent

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DBWDrawingUnCheckoutEvent

Description

Detect the occurrence of an uncheckout event on a drawing

Syntax

Function DBWDrawingUnCheckoutEvent()

Return Values

TRUE

If an uncheckout event on drawing has occoured

FALSE

otherwise

Example

if DBWDrawingUnCheckoutEvent() then
 msgbox "DRAWING - UnCheckout Event"
end if