AutoRelease Property

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]

Property Values

  • 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.

See Also

Release Method | ReleaseType Property | Form Designer

Applies To: FormSet Object