Skip to content

SetTextOverlay_Scrolling

method

Delphi
procedure SetTextOverlay_Scrolling (Index: LongInt; Value: Boolean);
C++Builder
void __fastcall SetTextOverlay_Scrolling(System::LongInt Index, bool Value);
C#
public void SetTextOverlay_Scrolling(int Index, bool Value);
VB.NET
Public Sub SetTextOverlay_Scrolling(Index As Integer, Value As Boolean)
C++/Qt
void SetTextOverlay_Scrolling (int Index, BOOL Value);
void SetTextOverlay_Scrolling (BOOL Value);

Enables the text scrolling for the specified text overlay. The scrolling speed is adjusted by SetTextOverlay_ScrollingSpeed.