| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 | | Quintiq file version 2.0 |  | #parent: SplitterWnd2/MatrixEditorAccountCost |  | Response OnClick ( |  |   structured[shadow[AccountCostInPeriod]] cell |  | ) id:Response_SplitterWnd2_MenuDelete1_OnClick |  | { |  |   #keys: '[124808.1.946902141]' |  |   Body: |  |   [* |  |     // Delete account costs |  |     accountcosts := selectset( cell, Elements.AccountCost, ac, true, true ); |  |     AccountCost::Delete( accountcosts ); |  |      |  |     Form.ForceRepaintMatrixEditor(); |  |   *] |  |   CanBindMultiple: false |  |   DefinitionID => /SplitterWnd2/Responsedef_SplitterWnd2_MatrixEditorAccountCost_Menu_OnClick_912 |  |   Initiator: 'MenuDelete1' |  | } | 
 |