Links are not active on this page.
 ReleaseType Property

Returns an integer that determines how a Form object is released. Not available at design time; read-only at run time.

Object.ReleaseType

Expand imageReturn Value

The settings for the ReleaseType property are:

Setting Description

0

Variable released.

1

Close menu command or close box.

2

Exit Visual FoxPro.

Expand imageRemarks

Applies To: Form Object | _SCREEN System Variable

The ReleaseType property is set prior to the QueryUnload event being called.

Expand imageSee Also