home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 3 / Developers_Source_Vol_03_1996.iso / parad / jan94 / vkfig04b.gif < prev    next >
Graphics Interchange Format  |  1995-09-26  |  30KB  |  607x288  |  8-bit (256 colors)
Labels: text | screenshot | display | software | multimedia software | number | computer icon | font
OCR: DATERNG :: #Form1 :: status* method status(var eventInfo StatusEvent) if eventInfo.isPreFilter() then ; This code executes for each object on the form. if eventInfo.errorCode()=0 then disableDefault endIf else ; This code executes only for the form. if eventInfo.errorCode()=0 then disableDefault endif endIf endMethod + Edit Line: 1 Col: 1