home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 3 / Developers_Source_Vol_03_1996.iso / parad / aug94 / dgfig05b.gif < prev    next >
Graphics Interchange Format  |  1995-09-26  |  35KB  |  623x240  |  8-bit (256 colors)
Labels: text | screenshot | display | font | software | number
OCR: APPLIB :: #Library1 :: helpDisplay method helpDisplay(targetObj UIObject) if contextId.Contains(targetObj.Name) then ; If the field name has a context identifier, display its help text helpShowContext(":WORK : CUSTHELP.HLP", context Id[targetObj.Name]) else ; Display the Help file's Table of Contents helpShowContext (":WORK : CUSTHELP .HLP", context Id["Contents"]) endIf T endmethod Edit Line: 1 Col: 39