| Quintiq file version 2.0 | 
| #parent: CustomDrawComponent/CustomDrawDataLayerNode | 
| Response OnDoubleClickObject ( | 
|   ProductNode object | 
| ) id:Response_CustomDrawComponent_CustomDrawDataLayerNode_OnDoubleClickObject_503 | 
| { | 
|   #keys: '[110880.3.944680340]' | 
|   Body: | 
|   [* | 
|     // Edit product | 
|     dlg := construct ( DialogCreateEditProduct ); | 
|     products := construct( Product_MPs ); | 
|     products.Add( object.Product_MP() ); | 
|      | 
|     dlg.EditProduct( products, this ); | 
|   *] | 
|   DefinitionID: 'Responsedef_CustomDrawBaseDataLayer_OnDoubleClickObject' | 
|   UserRequiresReadWrite: true | 
| } |