Application Property

Applies To    See Also

Provides a reference to the Application object containing an object. Not available at design time; read-only at run time.

Syntax

Object.Application.Property [ = Setting]

-or-

Object.Application.Method

Settings

Property

Specifies any property of the Application object or the _VFP system variable; for example, the Caption property.

Setting

The existing or new setting of the Property.

Method

Specifies any method of the Application object or the _VFP system variable; for example, the DoCmd method.

Remarks

Use the Application property to access an Application object's properties and methods from an object contained by the application. The Application property can also be used with the _VFP system variable to access properties and methods for the current instance of Visual FoxPro.