TVideoGrabber.NotifyPlayerTrackbarAction

Prev

Next

TVideoGrabber

Methods

 




































































































Invoked by your trackbar events


Declaration
procedure NotifyPlayerTrackbarAction (TrackbarAction: TTrackbarAction);


void __fastcall NotifyPlayerTrackbarAction(TTrackbarAction TrackbarAction);


Sub NotifyPlayerTrackbarActio (TrackbarAction as TxTrackbarAction)

Description

If you are implementing a player trackbar, invoke this procedure from your trackbar's OnMouseDown, OnMouseUp, OnKeyDown and OnKeyUp events.

See the player's Trackbar chapter for more information.