Closable Property

Example   Applies To   See Also

Specifies whether the form can be closed by double-clicking the window pop-up menu icon, choosing Close from the window pop-up menu, or by clicking the Close button. Available at design time and run time.

Syntax

Object.Closable[ = lExpr]

Settings

lExpr

The settings for the Closable property are:

Setting Description
True (.T.) (Default) The Close item is added to the window pop-up menu.
False (.F.) The form cannot be closed by double-clicking the window pop-up menu icon, and the Close item is removed from the window pop-up menu.