_VFP System Variable

References the Application object for the current instance of Visual FoxPro.

_VFP.PropertyName[ = eValue]

-or-

_VFP.Method

Parameters

  • PropertyName
    Specifies a property for the application object.
  • eValue
    Specifies a value for the property.
  • Method
    Specifies a method to execute for the application object.

Remarks

_VFP provides access to the Objects and Projects collections.

In this version of Visual FoxPro, the Top, Height, Left, Width, and hWnd properties of _VFP apply only to main Visual FoxPro window properties. In prior versions of Visual FoxPro, the Height and Width properties referred to those of the Visual FoxPro client area (area where text can be displayed). Now, the Top, Height, Left, and Width properties of _SCREEN are those of the Visual FoxPro Client area.

See Also

_VFP System Variable Properties, Methods and Events | Application Object | CREATEOBJECT( ) | _SCREEN System Variable Properties, Methods and Events | System Variables A-Z | System Variables Overview