ocr: l SPEEDEMOEEdItBinUpstimer" method timer(var eventinfo TimerEvent) 1 If the form is in Edit mode, this graphic should have its visible - property set to False sO the button will appear to be depressed. Otherwise, the visible - property should be True. if - thisFormF.editing then if - Self.visible = True then Self.visible = False endif else if Self.visible = False then Self.visible = True endif endif endMethod Edit Line: 5 Col: 1