Logo

Hacker’s Guide to Visual FoxPro
An irreverent look at how Visual FoxPro really works. Tells you the inside scoop on every command, function, property, event and method of Visual FoxPro.

@ … Say

This obsolete command can put text right on a form, collect input with its optional GET clause, or display bitmaps and other OLE objects. Use label controls for the text capability, text boxes for the GET portion, and Image, OLEBoundControl and OLEControl objects for bitmaps and OLE objects.

See Also

@ Commands, Image, Label Control, OLEBoundControl, OLEControl, TextBox