The event that is fired when a context entry was selected.
TOnContextMenuSelectEvent = procedure (const Command: String; var Execute: Boolean) of object;
|
Parameters |
Description |
|
Command |
The command that was selected. |
|
Execute |
Set this to False if you don't want to execute the selected command. |