Products Downloads


French version


Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

Info
iconfalse

Sommaire
maxLevel4
minLevel4
typeflat
separator |

 

 



AfterCloseSearchList

Triggered when the number of characters entered in a "Search" tool is equal to the value of _MBA_FILTER_MIN_NB_CHARACTERS or when the user pastes a text in the search field. In the latter case, the triggered events are AfterCloseSearchList, then BeforeOpenSearchList.

 


AfterContextMenu

Triggered after closing a context-sensitive menu.

...


BeforeContextMenu

Triggered before opening a context-sensitive menu.

...


BeforeOpenSearchList

Triggered when the number of characters entered in a "Search" tool exceeds the value of _MBA_FILTER_MIN_NB_CHARACTERS.

 


DD_BeginDrag

Triggered when the user left- or right-clicks over an element with the DRAG_DROP property set to *TRUE. This event lets the user perform a drag and drop operation using the DD_EXECUTE_DRAG method, once the data to be transferred has been specified by the DD_WRITE_DATA method.

...

The DD_X_AXIS and DD_Y_AXIS properties contain the mouse pointer's position relative to the object. The ACTION_ELEMENT property identifies the clicked element.

 


DD_DragOver

Triggered in a destination object when the mouse pointer is over the object.

...

At the end of the event, the DD_ACTION_DROP property should contain the action that would be performed if the user released the mouse button at that location. This value is used by the system to determine the mouse pointer shape.

 


DD_Drop

Triggered in a destination object when the user releases the mouse button.

...

If the action is a 'move' action, the data must be deleted from the source object.

...


DD_EnterDrag

Triggered in a destination object when the mouse pointer arrives over the object.

...

The DD_ACTION_DROP property can be updated to indicate what action would be performed if the user released the mouse button at that location. This value is used by the system to determine the mouse pointer shape.

 


DD_ExitDrag

Triggered in a destination object when the mouse pointer moves away from the object.

 


KillFocus

Triggered when the object loses the focus.

 


LeftButtonClick

Triggered when the user clicks on the object with the left mouse button. The element under the mouse cursor when it is clicked is given by the ACTION_ELEMENT property (which may be set to _MBA_NONE). The coordinates of the pointer are defined by the POINTER_X and POINTER_Y properties.

...

The ACTION_ELEMENT_X_AXIS and ACTION_ELEMENT_WIDTH properties indicate the position of the clicked element in the toolbar.


LeftButtonDoubleClick

Triggered when the user double-clicks on the object with the left mouse button. The element under the mouse cursor when it is clicked is given by the ACTION_ELEMENT property (which may be set to _MBA_NONE). The coordinates of the pointer are defined by the POINTER_X and POINTER_Y properties.

...

The ACTION_ELEMENT_X_AXIS and ACTION_ELEMENT_WIDTH properties indicate the position of the clicked element in the toolbar.


MouseMove

Triggered when the mouse pointer is moved within the area covered by the object.

...


MenuOptionClick

Triggered when the user clicks on a context-sensitive menu of the object with the left mouse button.

The tool, the context-sensitive menu and the option are defined by the ACTION_TOOL, ACTION_MENU and ACTION_MENU_OPTION properties (the value of the ACTION_TOOL property can be "_MBA_AUCUN). The coordinates of the pointer are defined by the POINTER_X and POINTER_Y properties.

...


RightButtonClick

Triggered when the user clicks on the object with the right mouse button. The element under the mouse cursor when it is clicked is given by the ACTION_ELEMENT property (which may be set to _MBA_NONE). The coordinates of the pointer are defined by the POINTER_X and POINTER_Y properties.

...

The ACTION_ELEMENT_X_AXIS and ACTION_ELEMENT_WIDTH properties indicate the position of the clicked element in the toolbar.


RightButtonDoubleClick

Triggered when the user double-clicks on the object with the right mouse button. The element under the mouse cursor when it is clicked is given by the ACTION_ELEMENT property (which may be set to _MBA_NONE). The coordinates of the pointer are defined by the POINTER_X and POINTER_Y properties.

...

The ACTION_ELEMENT_X_AXIS and ACTION_ELEMENT_WIDTH properties indicate the position of the clicked element in the toolbar.


Selection

Triggered when the user selects a search element or clicks on the search button. The tool and the element affected by the mouse click are defined by the ACTION_TOOL and ACTION_ELEMENT properties. The coordinates of the pointer are defined by the POINTER_X and POINTER_Y properties.

 


SetFocus

Triggered when the object is placed in focus.

 

 

...




Développer
titleSee also...

Contenu par étiquette
showLabelsfalse
showSpacefalse
sorttitle
cqllabel = "MenuBar" and space = currentSpace()

...