Application Property

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

Object.Application.Property [ = Setting]
-or-
Object.Application.Method

Property Values

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

See Also

CREATEOBJECT( )

Applies To: ActiveDoc Object | CheckBox Control | Column Object | ComboBox Control | CommandButton Control | CommandGroup Control | Container Object | Control Object | Cursor Object | Custom Object | DataEnvironment Object | EditBox Control | Form Object | FormSet Object | Grid Control | Header Object | Hyperlink Object | Image Control | Label Contol | Line Control | ListBox Control | OLE Bound Control | OLE Container Control | OptionButton Control | OptionGroup Control | Page Object | PageFrame Control | ProjectHook Object | Relation Object | _SCREEN | Separator Object | Session Object | Shape Control | Spinner Control | TextBox Control | Timer Control | ToolBar Object