| Quintiq file version 2.0 | 
| #parent: SplitterWnd/MatrixEditorAccountCost | 
| Response OnClick ( | 
|   structured[shadow[ConversionFactorInMatrix]] cell | 
| ) id:Response_SplitterWnd_MenuDeleteConversionFactorInMatrix_OnClick | 
| { | 
|   #keys: '[124808.2.639418880]' | 
|   Body: | 
|   [* | 
|     // Delete conversion factor in matrix | 
|     bcf := selectset( cell, Elements.BaseConversionFactor, bcf, true ); | 
|     ConversionFactor::Delete( bcf ); | 
|      | 
|     Form.ForceRepaintMatrixEditor(); | 
|   *] | 
|   CanBindMultiple: false | 
|   DefinitionID => /SplitterWnd/Responsedef_SplitterWnd_MatrixEditorAccountCost_Menu_OnClick_562 | 
|   Initiator: 'MenuDeleteConversionFactorInMatrix' | 
|   Precondition: | 
|   [* | 
|     return exists( cell, Elements.BaseConversionFactor, bcf, true ); | 
|   *] | 
| } |