//AB/ OBJECTDEF Object //AB-StoreStart Procedure OnClick End_Procedure // OnClick // The OnPaint message is sent when the system or another application makes // a request to paint a portion of an application's window. //Procedure OnPaint Integer hDC Integer iAct Integer iState // //End_Procedure // OnPaint // // The OnMouseMove message is posted to a window when the cursor moves. // If the mouse is not captured, the message is posted to the window that // contains the cursor. Otherwise, the message is posted to the window // that has captured the mouse. //Procedure OnMouseMove Integer iKeys Integer iXPos Integer iYPos // //End_Procedure // OnMouseMove // // The OnMouseLeave message is posted to a window when the cursor leaves // the client area of the window //Procedure OnMouseLeave // //End_Procedure // OnMouseLeave //AB-StoreEnd End_Object