Icon OnCaptureStart Event

property OnCaptureStart: TCaptureStartEvent

Available In: Visual Client Applications

This event is triggered when a mouse down or touch start event occurs and gives the application an opportunity to begin capturing all subsequent mouse or touch events and routing them to the control. Return True from the event handler to indicate that mouse/touch event capturing should be started for the control.
Image