FadingGroup_FadeIn
Delphi
procedure FadingGroup_FadeIn (FadingGroupId: LongInt);
C++Builder
void __fastcall FadingGroup_FadeIn(System::LongInt FadingGroupId);
C#
public void FadingGroup_FadeIn(int FadingGroupId);
VB.NET
Public Sub FadingGroup_FadeIn(FadingGroupId As Integer)
C++/Qt
void FadingGroup_FadeIn (int FadingGroupId);
Starts fading in the group: the assigned overlays (and the main video and audio if included) progressively reappear over the duration of the group, following its easing curve, from the current level to 0% (fully visible). The fade runs asynchronously; use FadingGroup_IsFading or the OnFadingCompleted event to detect the completion. If a fade out is in progress the transition reverses seamlessly from the current level.