|
|
|
|
|
Cancels the interception of a Windows event on a WINDEV control or window (implemented by Event). The procedure associated with a Windows event will not be called anymore. Remark: Event interception is automatically stopped when the associated window is closed.
WM_LBUTTONDOWN is int = 513
EventID is int
IDEve = Event("ClicSouris", "SAI_SAISIE1", WM_LBUTTONDOWN)
...
EndEvent(EventID)
Sintaxis
<Result> = EndEvent(<Event number>)
<Result>: Boolean - True if the interception of the event was canceled,
- False in case of a problem (incorrect event number for example).
<Event number>: entier Number of the event to cancel (returned by Event).
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|