Determines whether a form set is released when the last form in the form set is released. Available at design time; read/write at run time.
FormSet.AutoRelease[ = lExpr] |
Return Value
- lExpr
-
The settings for the AutoRelease property are:
Setting Description True (.T.)
The default in the Form Designer. The form set is released when the last form in the form set is released.
False (.F.)
The default in program code. The form set is not released when the last form in the form set is released.
Remarks
Applies To: FormSet Object