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
Return Value
The settings for the ReleaseType property are:
Setting |
Description |
---|---|
0 |
Variable released. |
1 |
Close menu command or close box. |
2 |
Exit Visual FoxPro. |
Remarks
Applies To: Form Object | _SCREEN System Variable
The ReleaseType property is set prior to the QueryUnload event being called.