Article ID: 132295
Article Last Modified on 2/15/2000
_SCREEEN.Caption="New Title"You can use this method to change any of the available properties for the _SCREEN system memory variable. Use the AMEMBERS() function to obtain a list of the available properties for this object. For example, the following line of code loads the SCRNPROPS array with all the available properties, methods, and events for the main FoxPro desktop screen:
=AMEMBERS(SCRNPROPS,_SCREEN,1)Examine the SCRNPROPS array to see all the available properties, methods, and events. The second column of the array indicates whether the item is a property, method, or event.
Additional query words: VFoxWin
Keywords: KB132295