Activate=Method Activate(oE) class %\r\n\tsuper:Activate(oE)\r\n\t//Put your changes here\r\nreturn\r\n
ButtonClick=Method ButtonClick(oCE) class %\r\n\tlocal oC := oCE:Control\r\n\tsuper:ButtonClick(oCE)\r\n\t//Put your changes here\r\nreturn\r\n
ButtonDoubleClick=Method ButtonDoubleClick(oCE) class %\r\n\tlocal oC := oCE:Control\r\n\tsuper:ButtonDoubleClick(oCE)\r\n\t//Put your changes here\r\nreturn\r\n
Close=Method Close(oE) class %\r\n\tsuper:Close(oE)\r\n\t//Put your changes here\r\nreturn\r\n
Deactivate=Method Deactivate(oE) class %\r\n\tsuper:Deactivate(oE)\r\n\t//Put your changes here\r\nreturn\r\n
Draw=Method Draw(oDO) class %\r\n\tsuper:Draw(oDO)\r\n\t//Put your changes here\r\nreturn\r\n
EditChange=Method EditChange(oCE) class %\r\n\tlocal oC := oCE:Control\r\n\tlocal uValue\r\n\tsuper:EditChange(oCE)\r\n\t//Put your changes here\r\nreturn\r\n
EditFocusChange=Method EditFocusChange(oEFCE) class %\r\n\tlocal oC := oEFCE:Control\r\n\tlocal lGotFocus := oEFCE:GotFocus\r\n\tsuper:EditFocusChange(oEFCE)\r\n\t//Put your changes here\r\nreturn\r\n
EditScroll=Method EditScroll(oCE) class %\r\n\tlocal oC := oCE:Control\r\n\tlocal uValue\r\n\tsuper:EditScroll(oCE)\r\n\t//Put your changes here\r\nreturn\r\n
Expose=Method Expose(oEE) class %\r\n\tlocal oBB := oEE:ExposedArea\r\n\tsuper:Expose(oEE)\r\n\t//Put your changes here\r\nreturn\r\n
FocusChange=Method FocusChange(oFCE) class %\r\n\tlocal lGotFocus := oFCE:GotFocus\r\n\tsuper:FocusChange(oFCE)\r\n\t//Put your changes here\r\nreturn\r\n
HelpRequest=Method HelpRequest(oHRE) class %\r\n\tsuper:HelpRequest(oHRE)\r\n\t//Put your changes here\r\nreturn\r\n
HorizontalScroll=Method HorizontalScroll(oSE) class %\r\n\tsuper:HorizontalScroll(oSE)\r\n\t//Put your changes here\r\nreturn\r\n
Keydown=Method Keydown(oKE) class %\r\n\tlocal cKC := if(IsNil(oKE:ASCIIChar),oKE:KeyCode,oKE:ASCIIChar)\r\n\tsuper:Keydown(oKE)\r\n\t//Put your changes here\r\nreturn\r\n
Keyup=Method Keyup(oKE) class %\r\n\tlocal cKC := if(IsNil(oKE:ASCIIChar),oKE:KeyCode,oKE:ASCIIChar)\r\n\tsuper:Keyup(oKE)\r\n\t//Put your changes here\r\nreturn\r\n
ListBoxClick=Method ListBoxClick(oCE) class %\r\n\tlocal oC := oCE:Control\r\n\tlocal uValue\r\n\tsuper:ListBoxClick(oCE)\r\n\t//Put your changes here\r\nreturn\r\n
ListBoxSelect=Method ListBoxSelect(oCE) class %\r\n\tlocal oC := oCE:Control\r\n\tlocal uValue\r\n\tsuper:ListBoxSelect(oCE)\r\n\t//Put your changes here\r\nreturn\r\n
MenuCommand=Method MenuCommand(oMCE) class %\r\n\tsuper:MenuCommand(oMCE)\r\n\t//Put your changes here\r\nreturn\r\n
MenuInit=Method MenuInit(oMIE) class %\r\n\tsuper:MenuInit(oMIE)\r\n\t//Put your changes here\r\nreturn\r\n
MenuSelect=Method MenuSelect(oMSE) class %\r\n\tsuper:MenuSelect(oMSE)\r\n\t//Put your changes here\r\nreturn\r\n
MouseButtonDoubleClick=Method MouseButtonDoubleClick(oME) class %\r\n\tlocal nBID := oME:ButtonID\r\n\tsuper:MouseButtonDoubleClick(oME)\r\n\t//Put your changes here\r\nreturn\r\n
MouseButtonDown=Method MouseButtonDown(oME) class %\r\n\tlocal nBID := oME:ButtonID\r\n\tsuper:MouseButtonDown(oME)\r\n\t//Put your changes here\r\nreturn\r\n
MouseButtonUp=Method MouseButtonUp(oME) class %\r\n\tlocal nBID := oME:ButtonID\r\n\tsuper:MouseButtonUp(oME)\r\n\t//Put your changes here\r\nreturn\r\n
MouseDrag=Method MouseDrag(oME) class %\r\n\tlocal nBID := oME:ButtonID\r\n\tsuper:MouseDrag(oME)\r\n\t//Put your changes here\r\nreturn\r\n
MouseMove=Method MouseMove(oME) class %\r\n\tlocal nBID := oME:ButtonID\r\n\tsuper:MouseMove(oME)\r\n\t//Put your changes here\r\nreturn\r\n
Move=Method Move(oME) class %\r\n\tsuper:Move(oME)\r\n\t//Put your changes here\r\nreturn\r\n
Notify=Method Notify(kNotify,uDescription) class %\r\nLocal flag as Usual\r\n\tflag := super:Notify(kNotify,uDescription)\r\n\t//Put your changes here\r\nreturn flag\r\n
PreValidate=Method PreValidate() class %\r\n\tsuper:PreValidate()\r\n\t//Put your changes here\r\nreturn\r\n
QueryClose=Method QueryClose(oE) class %\r\n\tsuper:QueryClose(oE)\r\n\t//Put your changes here\r\nreturn\r\n
Resize=Method Resize(oRSE) class %\r\n\tsuper:Resize(oRSE)\r\n\t//Put your changes here\r\nreturn\r\n
Sound= Method Toto(oRSE) Class %\r\n
VerticalScroll=Method VerticalScroll(oSE) class %\r\n\tsuper:VerticalScroll(oSE)\r\n\t//Put your changes here\r\nreturn\r\n