|
|
|
|
|
ControlContextMenu (Function) In french: ChampContextuel
Warning
From version 28, ControlPopupOwner is kept for backward compatibility. This function has been replaced with ControlContextMenu.
Identifies the control on which the context menu was opened. Attention The function ControlContextMenu function should only be used in WLanguage events associated with context menus and any procedures they call.
ResControl = ControlContextMenu()
Syntax
<Result> = ControlContextMenu()
<Result>: Character string - Name of the field on which the context menu has been opened,
- Empty string ("") if no context menu was opened.
If the control belongs to a supercontrol, <Result> has the following format: <Supercontrol name>.<Control name>.
Remarks When the same context menu is assigned to multiple controls, ControlContextMenu identifies the control on which the menu has been expanded in order to run the appropriate process. Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|