..DoubleClick allows you to know and modify the name of the Button control that will be executed when double-clicking on a List Box, ListView, Table, Looper, Check Box, Radio Button or TreeView control.
By default, you can define the name of the Button control executed when double-clicking in the window editor, in the control description ( "Detail" tab).
Versions 15 and later
New in version 15
// Change the Button control associated with the double click on "LIST_Map"
LIST_Map..DoubleClick = "BTN_Wizard"
Syntax
Finding out the Button control associated to the double click Hide the details
<Button control> = <Control used>..DoubleClick
<Button control>: Control name
- Name of the Button control whose code will be executed when double-clicking the specified control.
- Empty string ("") if no Button control is associated with the double click.
<Control used>: Control name
Name of the control (List Box, ListView, TreeView, Looper, Check Box, Radio Button or Table) for which we want to know the name of the button associated with the double click.
Change the Button control associated with the double click Hide the details
<Control used>..DoubleClick = <New Button control>
<Control used>: Control name
Name of the control (List Box, ListView, TreeView, Looper, Check Box, Radio Button or Table) for which we want to modify the name of the button associated with the double click.
<New Button control>: Control name
- Name of the Button control whose code will be executed when double-clicking the specified control,
- Empty string ("") if no Button control is associated with the double click.
Remarks
..DoubleClick only applies to the following controls:
- TreeView controls,
- List Box and ListView controls,
- Looper controls,
- Table and TreeView Table controls,
- Check Box controls,
- Radio Button controls,
- Calendar controls,
Versions 15 and laterTreeMap controls,
New in version 15TreeMap controls,
TreeMap controls,
Versions 15 and laterOrganizer controls,
New in version 15Organizer controls,
Organizer controls,
Versions 16 and laterScheduler controls.
New in version 16Scheduler controls.
Scheduler controls.