| 4D v13.4Contextual click | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|  | 
    4D v13.4
 Contextual click 
         | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Contextual click -> Function result | ||||||||
| Parameter | Type | Description | ||||||
| Function result | Boolean |   | True if a contextual click was detected, otherwise False | |||||
The Contextual click command returns True if a contextual click has been made:
This command should be used only in the context of the On clicked form event. It is therefore necessary to verify in Design mode that the event has been properly selected in the Form properties and/or in the specific object.
This method, combined with a scrollable area, enables you to change the value of an array element using a context menu:
 If(Contextual click)
    If(Pop up menu("True;False")=1)
       myArray{myArray}:="True"
    Else
       myArray{myArray}:="False"
    End if
 End if
	Product:  4D
	Theme:  Form Events
	Number:  
        713
        
        
        
	
        
         
        
	Created:  4D v6.8.1