AutoRelease Property

Applies To   See Also

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.

Syntax

FormSet.AutoRelease[ = lExpr]

Settings

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.