Properties Methods Example See Also
Specifies properties and methods for the main Visual FoxPro window.
Syntax
_SCREEN.PropertyName [= eValue]
-or-
_SCREEN.MethodName
Arguments
PropertyName
Specifies a property for the main Visual FoxPro window.
eValue
Specifies a value for the property.
MethodName
Specifies a method to execute for the main Visual FoxPro window.
Remarks
_SCREEN allows the main Visual FoxPro window to be manipulated as an object. Events procedures cannot be created for _SCREEN. _SCREEN is an object type system variable.