| Quintiq file version 2.0 | 
| #parent: ListComponentPosition | 
| Response OnClick ( | 
|   structured[LibOpt_BreakpointPosition] selection | 
| ) id:Response_ListComponentPosition_MenuSetConditionalBreakpoint_OnClick | 
| { | 
|   #keys: '[143908.0.730160734]' | 
|   Body: | 
|   [* | 
|     dlg := construct( LibOpt_DialogConditionalTypes ); | 
|     type := dlg.SelectConditionalType( this, | 
|                                        typeof( LibOpt_BreakpointConditional ), | 
|                                        typeof( LibOpt_Breakpoint )  | 
|                                        ); | 
|     if( not isnull( type ) ) | 
|     { | 
|       LibOpt_BreakpointPosition::SetBreakpoint( selection, type.Name() ); | 
|     } | 
|   *] | 
|   CanBindMultiple: false | 
|   DefinitionID => /ListComponentPosition/Responsedef_ListComponentPosition_Menu_OnClick | 
|   Initiator: 'MenuSetConditionalBreakpoint' | 
| } |