Show Get, Show Object

These two commands were essential in the READ-oriented world of 2.x. They refresh the display of individual controls. SHOW GET references the control by the name of the underlying variable, while SHOW OBJECT refers to it by its unique object number. SHOW GET and SHOW OBJECT also let you change the caption of a button or check box, enable or disable a control, and change a control's colors.In Visual FoxPro, these commands are only relevant for old code. In new code, use Visual FoxPro's controls and manipulate their properties directly. To update the display of a control, use its Refresh method.

See Also

@ Commands, BackColor, Caption, Enabled, ForeColor, Refresh


Back to Table of Contents

Copyright © 2002-2018 by Tamar E. Granor, Ted Roche, Doug Hennig, and Della Martin. Click for license .