Skip to content

OnTextOverlayScrollingCompleted

event

Delphi
property OnTextOverlayScrollingCompleted: TOnTextOverlayScrollingCompleted read FOnTextOverlayScrollingCompleted write FOnTextOverlayScrollingCompleted;
C++Builder
__property TOnTextOverlayScrollingCompleted OnTextOverlayScrollingCompleted = {read=FOnTextOverlayScrollingCompleted, write=FOnTextOverlayScrollingCompleted};
typedef void __fastcall (__closure *TOnTextOverlayScrollingCompleted)(System::TObject* Sender, System::LongInt TextOverlayIndex);
C#
public event OnTextOverlayScrollingCompletedEventHandler OnTextOverlayScrollingCompleted;
public delegate void OnTextOverlayScrollingCompletedEventHandler(object sender, TOnTextOverlayScrollingCompletedEventArgs e);
VB.NET
Public Event OnTextOverlayScrollingCompleted As OnTextOverlayScrollingCompletedEventHandler
Public Delegate Sub OnTextOverlayScrollingCompletedEventHandler(sender As Object, e As TOnTextOverlayScrollingCompletedEventArgs)
C++/Qt
void SetOnTextOverlayScrollingCompleted (TOnTextOverlayScrollingCompletedCb OnTextOverlayScrollingCompletedCb);
typedef void CALLBACK TOnTextOverlayScrollingCompletedCb (void *Object, void *Sender, int TextOverlayIndex);

This TOnTextOverlayScrollingCompleted event occurs when a text overlay scrolling is completed (when the last character has disappeared from the video frame). The TextOverlayIndex parameter returns the index of the text overlay concerned (initially selected by the TextOverlay_Selector index).