1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| Quintiq file version 2.0
| #parent: ListVoid
| Response OnDrop (
| structured[LibOpt_BT_TrackingTableBase] information,
| LibOpt_BT_QueueTemplate master
| ) id:Response_ListVoid_OnDrop
| {
| #keys: '[145136.0.123971607]'
| Body:
| [*
| // Add cells
| LibOpt_BT_QueueTemplateElement::Create( master, information, null( LibOpt_BT_QueueTemplateElement ) )
| *]
| CanBindMultiple: false
| DefinitionID => /ListVoid/Responsedef_ListVoid_OnDrop
| }
|
|