_VFP System Variable
References the Application object for the current instance of Visual FoxPro. There are two versions of the syntax.
_VFP.PropertyName[ = eValue]
_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
Applies To: Projects Collection
_VFP provides access to the Objects and Projects collections.
Beginning with Visual FoxPro 7, 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
Reference
_VFP System Variable Properties, Methods, and Events